trying to install php with apache and mysql on a redhat 7.1 box.
I am using this command ....
./configure --with-mysql --with-xml --enable-track-vars --with apache=../apache
but I keep getting this error ....
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/local/apache
/usr/local/apache/include/httpd.h does exist and even if I point to the include file it is not found.
any ideas as to how I could solve this problem would be appreciated.