$ ./configure --with-mysql=/usr/local/mysql \ --with-apache=/usr/local/src/apache_1.3.28 and then $ make install
This works fine. I then go back to the apache directory and run
$ ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a
Also fine, but when I run 'make' on apache, I get the following error-
===> src/modules/php4
gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c
mod_php4.c:22: php_apache_http.h: No such file or directory
*** Error code 1
Stop in /usr/local/src/apache_1.3.28/src/modules/php4.
I found the 'php_apache_http.h' in the php source directory, but copying that into the apache module directory didn't accomplish anything but create new errors.
I'm installing on FreeBSD 4.9. Anything I else I should be trying?
Thaddeus
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php