ID: 9717
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To: 
Comments:

Works for me just fine with the same versions of Apache and PHP you are trying. Please 
get fresh sources of both
and follow the instructions given in INSTALL.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-03-12 20:48:01] [EMAIL PROTECTED]
run configure with 
./configure --with-apache=/sysadmin/webdev/apache/apache_1.3.19

configure: error: Invalid Apache directory - unable to find httpd.h under 
/sysadmin/webdev/apache/apache_1.3.19
 
looking at the configure script, it looks for includes under the apache 1.3.x  tree at 
 $withval/src/main/httpd.h which should be $withval/src/include/httpd.h and sets the 
APACHE_INCLUDE variable to "-I$withval/src/main, etc"  the httpd.h and other apache 
includes are in ./src/include subdirectory under the Apache directory.

I was able to make it compile by hand-editing configure to replace main with include

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9717&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