php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10273 configure script fails with Apache 2.0.16
Submitted: 2001-04-10 16:43 UTC Modified: 2001-04-10 16:51 UTC
From: akenning at dog dot topology dot org Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.0.4pl1 OS: SuSE 7.1 linux, kernel 2.4.0
Private report: No CVE-ID: None
 [2001-04-10 16:43 UTC] akenning at dog dot topology dot org
./configure --with-apache=/home/akenning/soft/httpd --with-gd --with-pgsql=/usr/local/pgsql  

Symptoms when running this are:

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... no
checking for Apache module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /home/akenning/soft/httpd  

It's obvious that the "configure" script just looks in the wrong place for httpd.h.
It should look for

 $withval/include/httpd.h

not for this file:

 $withval/src/include/httpd.h

To fix this, the "configure" file needs to be changed.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-10 16:51 UTC] jason@php.net
--with-apache is for Apache 1.3.X. Use --with-apxs2.
Apache 2 support is currently experimental.

-Jason
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC