my solution was actually kinda simple if you think about it...
make a symbolic link. It sure would have been nice if Zeev would just
release a new .tarball liek v2.21 that fixes this little annoyance. It
seemed that no matter how often I changed the makefile in mod_auth_apache,
it still reverted back to the "alloc.h" one. So if you can't bring Muhamed
to the mountain...
[root=pts/2]8:24pm@content:{/usr/src/apache/src/include}> ll
total 332
lrwxrwxrwx 1 root root 10 Mar 29 19:37 alloc.h ->
ap_alloc.h
-rw-r--r-- 1 root root 16367 Feb 3 12:14 ap_alloc.h
> -----Original Message-----
> From: Dennis Moore [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 8:28 PM
> To: Daevid Vincent; PHP General
> Subject: Re: [PHP] mod_auth_mysql 2.20 won't compile with newer Apache
> and alloc.h vs ap_alloc.h
>
>
> I ran into this problem last week. I finally punted. My configuration
> is: RH7, Apache 1.3.19, MySQL 3.23.36, mod_auth_mysql 2.20. The strange
> thing is that I did not have any problems with RH6.0, Apache1.3.12, MySQL
> 3.22.x, and mod_auth_mysql 2.20.
>
> If you run into a fix, please copy me as well...
>
> /dkm
>
>
>
> ----- Original Message -----
> From: "Daevid Vincent" <[EMAIL PROTECTED]>
> To: "PHP General" <[EMAIL PROTECTED]>
> Sent: Thursday, March 29, 2001 11:36 PM
> Subject: [PHP] mod_auth_mysql 2.20 won't compile with newer Apache and
> alloc.h vs ap_alloc.h
>
>
> > trying to get Apache to compile with this keeps failing,
> complaining about
> > "alloc.h" it seems. I notice that apache calls it "ap_alloc.h" now, but
> the
> > only reference in mod_auth _mysql is in:
> >
> > apMakefile.tmpl: $(INCDIR)/alloc.h $(INCDIR)/buff.h \
> >
> > but changing that doesn't fix the problem...
> >
> > this has been going on since like apache 1.3.1x and there is no newer
> > mod_auth_mysql that I've found. I fixed this before, but I
> can't remember
> > what I did. Could you please tell me how to fix this, and then put up a
> > fixed version of mod_auth_mysql so other's don't run into this problem?
> >
> > apache 1.3.19, linux RH6.2, mysql, mod_auth_mysql 2.20:
> >
> > ===> src/modules/auth_mysql
> > make[4]: *** No rule to make target `../../include/alloc.h', needed by
> > `mod_auth_mysql.o'. Stop.
> > make[3]: *** [all] Error 1
> > make[2]: *** [subdirs] Error 1
> > make[2]: Leaving directory
> `/data/usr/src/WT_Apache_Setup/apache_1.3.19/src'
> > make[1]: *** [build-std] Error 2
> > make[1]: Leaving directory `/data/usr/src/WT_Apache_Setup/apache_1.3.19'
> > make: *** [build] Error 2
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]