From: [EMAIL PROTECTED] Operating system: debian 2.2.18 PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: Pb compile apache with module php.
Hi, I have a problem when I try to do the make of netscape. ----------------------------- I did the configure with this way: ./configure --prefix=/usr/local/progs/apache --activate-module=src/modules/php4/libmodphp4.a ---------------------------- And the "make" gives that : ----------------------------- rm -f libstandard.a ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o ranlib libstandard.a <=== src/modules/standard ===> src/modules/php4 gcc -c -I../../os/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 `/space1/users/pbenchem/PHP/apache_1.3.27/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/space1/users/pbenchem/PHP/apache_1.3.27' make: *** [build] Error 2 ------------------------------- If you have an idea. Thanks in advance. -- Edit bug report at http://bugs.php.net/?id=19903&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19903&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19903&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19903&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19903&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19903&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19903&r=support Expected behavior: http://bugs.php.net/fix.php?id=19903&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19903&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19903&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19903&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19903&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19903&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19903&r=isapi