php-developer-list | 2001041

[PHP-DEV] PHP 4.0 Bug #10273: configure script fails with Apache 2.0.16 From: akenning <email protected>
Date: 04/10/01

From: akenning <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>