Hello everyone,

    I just download apache v 2.0a9 and PHP 4.0.4p11. When I tried to
follow instructions on installation, it didn't work. I ran


cd ../apache_2.0a9
./configure
cd ../php-4.04p11
./configure --with-mysql --with_apache=../apache_2.0a9

I got the following error

Invalid Apache Directory ...

I looked in the configure script and realized that it is trying to find
httpd.h in the directory apache, NOT INCLUDE! so, I just did a ln -s
include apache in the apache directory and it worked. Have Fun!

Assem Salama


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