when building apache 1.3.27 + php 4.3.0 i found out several errors, depending of what options i added with configure.
these are my configure commands PHP: ./configure --with-apache=../apache_1.3.27 --with-mysql APACHE: ./configure --with-layout=Apache --prefix=/usr/local/install/apache/ --activate-modules/php4/libmodphp4.a compiling & installing php without errors, then i configure apache correctly, but when i try to "make" apache i find out: gcc -c -I../../os/unix -I../../include -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED `../../apaci` mod_php4.c mod_php4.c:22: php_apache_http.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.27/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/usr/local/src/apache_1.3.27' make: *** [build] Error 2 any int? is it a bug? thanks Stain -- "If there is any, error is human" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php