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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: akenning at dog dot topology dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 21 15:01:29 2024 UTC