PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #10273 configure script fails with Apache 2.0.16
Submitted:10 Apr 2001 4:43pm UTC Modified: 10 Apr 2001 4:51pm UTC
From:akenning at dog dot topology dot org Assigned to:
Status:Bogus Category:*Configuration Issues
Version:4.0.4pl1 OS:SuSE 7.1 linux, kernel 2.4.0
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN account, you can't do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: akenning at dog dot topology dot org
New email:
Version: OS:
New/Additional Comment:

[10 Apr 2001 4:43pm 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.

[10 Apr 2001 4:51pm UTC] jason@php.net
--with-apache is for Apache 1.3.X. Use --with-apxs2.
Apache 2 support is currently experimental.

-Jason

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC