From:             [EMAIL PROTECTED]
Operating system: SuSE 7.1 linux, kernel 2.4.0
PHP version:      4.0.4pl1
PHP Bug Type:     *Configuration Issues
Bug description:  configure script fails with Apache 2.0.16

./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.






-- 
Edit Bug report at: http://bugs.php.net/?id=10273&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to