Hello everybody,
I'm trying to compile PHP4.0.0 with Apache 3.9.12 on linux (Mandrake 6.1). The Apache tarball (tar.gz) is uncompressed in /usr/local/src as well as the PHP tarball.
I follow all the instruction in the INSTALL file from the PHP directory but when I run this command :
./configure --with-apache=/usr/local/src/apache
I've got a error telling me that he's unable to find the http.conf in this directory.
So I moved the source directory to /usr/local/apache (defautl path for PHP4) and the compilation work find :-)
How can I change de defult directory (in which file) ? Why ./configure does not find the http.conf when I use a different path ?
Thank you for your reply and I'm sorry form my english :-)