php-developer-list | 2001041
Date: 04/10/01
- Next message: redplayer <email protected>: "[PHP-DEV] PHP 4.0 Bug #10274: I get an errormessage every time i use the ftp_support"
- Previous message: akenning <email protected>: "[PHP-DEV] PHP 4.0 Bug #10273: configure script fails with Apache 2.0.16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10273
Updated by: jason
Reported By: akenning <email protected>
Old-Status: Open
Status: Bogus
Bug Type: *Configuration Issues
Assigned To:
Comments:
--with-apache is for Apache 1.3.X. Use --with-apxs2.
Apache 2 support is currently experimental.
-Jason
Previous Comments:
---------------------------------------------------------------------------
[2001-04-10 16:43:02] akenning <email protected>
./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.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10273&edit=2
-- 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>
- Next message: redplayer <email protected>: "[PHP-DEV] PHP 4.0 Bug #10274: I get an errormessage every time i use the ftp_support"
- Previous message: akenning <email protected>: "[PHP-DEV] PHP 4.0 Bug #10273: configure script fails with Apache 2.0.16"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

