[PHP-DEV] PHP 4.0 Bug #9494: Error in ./configure From: slynet <email protected>
Date: 02/28/01

From: slynet <email protected>
Operating system: Linux - Slackware 7.0
PHP version: 4.0.4pl1
PHP Bug Type: Apache related
Bug description: Error in ./configure

When doing a cross compile from php 4.0.4pl1 with apache 2.0a9 using:
./configure --with-mysql --with-apache=../apache_2.0a9 --enable-track-vars, it gives me the error:
configure: error: Invalid Apache directory - unable to find httpd.h under /root/apache_2.0a9

after looking in the configure file, i saw it looks in $withval/src/include/* which is wrong since the include files are now located in $withval/include;

I also noticed that source libraries changed to $withval/srclib ..

or did i do something wrong?
hint: i'm trying to compile an IPv6 enabled webserver with php support. (KAME patch fails since it's only *BSD realated), apache 2.x supports native IPv6 support.

-- 
Edit Bug report at: http://bugs.php.net/?id=9494&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>