I facing problem when install PHP with Apache module...
with this command:
./configure --with-mysql --with-apache=/usr/local/apache --enable-track-vars --with-config-file-path=/usr/local/apache/conf
And the error message saying that ......
unable to locate the file httpd.h in the path /usr/local/apache
but even I give the full path to the file httpd.h ....same error message appear...
and I also try to configure with this command :
./configure --with-mysql --with-apxs=/path/to/apxs
the error message saying that can't execute apxs either you have to install perl or you have to specify the full path to the apxs ...
This really drive me crazy.....
hope you people can help....
Thanks
sandy