php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34444 Compile fails on httpd.h not found
Submitted: 2005-09-09 19:20 UTC Modified: 2005-09-10 23:20 UTC
From: gillb4 at telusplanet dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.0RC1 OS: Deb/Linux 2.6.13-git8
Private report: No CVE-ID: None
 [2005-09-09 19:20 UTC] 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!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-10 23:20 UTC] sniper@php.net
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.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 04:01:32 2024 UTC