ID: 34444 Updated by: [EMAIL PROTECTED] Reported By: gillb4 at telusplanet dot net -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Deb/Linux 2.6.13-git8 PHP Version: 5.1.0RC1 New Comment:
It means your system is not properly installed. Either you don't have the apache header files installed at all or apxs is from wrong installation..or I can keep on guessing. In any case: Not any bug in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-09-09 19:20:33] gillb4 at telusplanet dot net Description: ------------ Build of PHP5.1.0RC1 fails with: In file included from /home/bob/website/php/php-5.1.0RC1/sapi/apache2handler/mod_php5.c:26: /home/bob/website/php/php-5.1.0RC1/sapi/apache2handler/php_apache.h:24:20: httpd.h: No such file or directory /home/bob/website/php/php-5.1.0RC1/sapi/apache2handler/php_apache.h:25:25: http_config.h: No such file or directory /home/bob/website/php/php-5.1.0RC1/sapi/apache2handler/php_apache.h:26:25: http_core.h: No such file or directory My configure script was(is): ./configure --prefix=`pwd` --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-xmlrpc I realise that httpd.h is depreciated in php5.1.0RC1, and was probably removed for that reason, but when I comment out the 3 #defines in php-5.1.0RC1/sapi/apache2handler/php_apache.h: /* #include "httpd.h" #include "http_config.h" #include "http_core.h" */ I get nasty heck messages about data types not being defined from the code later in this header file. ...it's just a cleanup issue, but (it's still broken in any event). Please mail me back if you need more info. or testing. Expected result: ---------------- Completed! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34444&edit=1
