here's what i do and the errors i get
apache:
./configure --with-layout=Apache
php:
./configure --with-mysql --with-apache=../apache1.3.19 --enable-track-vars
make
make install
All of that works properly, but when i go to configure apache i get error messages.
./configure --activate-module=src/modules/php4/libmodphp4.a
i've seen other people with
--activate-module=src/modules/php4/libphp4.a , but that file doesn't exist for me.
This is the latest apache and php4, it's driving me up the WALL. i can get apache to work alone, but not with php.
The error message is as follows:
s/unix -I../../include -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED ../../apaci mod_php4.c
mod_php4.c:28: zend.h: No such file or directory
mod_php4.c:29: php.h: No such file or directory
mod_php4.c:30: php_variables.h: No such file or directory
mod_php4.c:47: php_ini.h: No such file or directory
mod_php4.c:48: php_globals.h: No such file or directory
mod_php4.c:49: SAPI.h: No such file or directory
mod_php4.c:50: php_main.h: No such file or directory
mod_php4.c:52: zend_compile.h: No such file or directory
mod_php4.c:53: zend_execute.h: No such file or directory
mod_php4.c:54: zend_highlight.h: No such file or directory
mod_php4.c:55: zend_indent.h: No such file or directory
mod_php4.c:57: ext/standard/php_standard.h: No such file or directory
make[4]: [mod_php4.o] Error 1
make[3]: [all] Error 1
make[2]: [subdirs] Error 1
make[2]: Leaving directory /usr/local/src/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/usr/local/src/apache_1.3.19'
make: [build] Error 2
PLEASE GOD HELP ME.