From:             [EMAIL PROTECTED]
Operating system: solaris 7
PHP version:      4.0.4pl1
PHP Bug Type:     *Install and Config
Bug description:  configure script looks for httpd.h in wrong place in Apache Source 
tree

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


-- 
Edit Bug report at: http://bugs.php.net/?id=9717&edit=1



-- 
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