ID: 10273
Updated by: jason
Reported By: [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to