ID: 24529 Updated by: [EMAIL PROTECTED] Reported By: deltawolf at deltawolf dot com -Status: Open +Status: Bogus Bug Type: Apache related Operating System: FreeBSD 4.6 PHP Version: 5.0.0b1 (beta1) New Comment:
Works fine here. (you propably missed some step in the process, see INSTALL file for the instructions) I tested with latest CVS too, so get that if nothing else helps. Previous Comments: ------------------------------------------------------------------------ [2003-07-08 00:40:01] deltawolf at deltawolf dot com Description: ------------ Okay, so i thought i would try php5 out. So naturally i got another copy of apache, compiled PHP, make && make install. So everything is going fine. I start compliling apache, and it gets down to the part where it will compile php into apache. Then i get this mod_php5.c:22: php_apache_http.h: No such file or directory *** Error code 1 I figure, ill just copy it manually along with everything in php-5.0.0b1/sapi/apache to the correct directory. Once that is done i find it has not copied over MORE files. In file included from mod_php5.c:22: php_apache_http.h:33: zend.h: No such file or directory php_apache_http.h:34: php_regex.h: No such file or directory php_apache_http.h:35: php_compat.h: No such file or directory In file included from mod_php5.c:22: php_apache_http.h:61: php_variables.h: No such file or directory php_apache_http.h:62: php_main.h: No such file or directory php_apache_http.h:63: php_ini.h: No such file or directory php_apache_http.h:64: ext/standard/php_standard.h: No such file or directory *** Error code 1 This happened on the latest CVS aswell. Now im pretty sure its just a problem with ./configure not making a correct make install. My configure line was this, if it helps any. ./configure --prefix=/usr/exp/php5 --with-config-file-path=/usr/exp/php5 --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.27 --enable-track-vars --enable-magic-quotes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24529&edit=1
