DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19963>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19963 PHP4 - http will not build --activate-module=src/modules/php4/libmodphp4.aphp4 w/ Summary: PHP4 - http will not build --activate- module=src/modules/php4/libmodphp4.aphp4 w/ Product: Apache httpd-1.3 Version: 1.3.27 Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I've been trying to build httpd on solaris7 with php4 v4.3.1 and other versions... also tried apache 1.3.20. main symptom is that httpd, when providing the requested php web page, just passes the php script through as straight text. during build, it calls for a rebuild of .o or .a then can't find the includes, as follows: ===> src/modules/php4^M gcc -c -I../../os/unix -I../../include -DSOLARIS2=270 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` mod_php4.c^M mod_php4.c:28: zend.h: No such file or directory^M mod_php4.c:29: php.h: No such file or directory^M when the following files are already in modules/php4 -rw-r--r-- 1 root other 3741 May 15 13:05 Makefile -rw-r--r-- 1 root other 252 May 15 11:14 Makefile.libdir -rw-r--r-- 1 root other 2319 May 15 11:14 Makefile.tmpl -rw-r--r-- 1 root other 9361268 May 15 13:12 libmodphp4.a -rw-r--r-- 1 root other 956 May 15 11:14 libphp4.module -rw-r--r-- 1 root other 25140 May 15 11:14 mod_php4.c -rw-r--r-- 1 root other 12 May 15 11:14 mod_php4.exp -rw-r--r-- 1 root other 1 May 15 11:14 mod_php4.lo -rw-r--r-- 1 root other 109788 May 15 13:12 mod_php4.o needless to say, when I access a php webpage, httpd just doesn't process it just passes all the text through... also, I tried the loadable module method, and could get httpd to load php with LoadModule php4_module libexec/libphp4.so -rwxr-xr-x 1 root other 8545996 Jan 28 11:45 libexec/libphp4.so but httpd would still not parse the php scripts php seems to builds ok, and seems to put the libraries in the right place... I'm stumped!!! dave cantera --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
