|
RE: Compiling PHP4 with Apache 3.9.12
Mikael,
I just finished the same process you're going through - when I untar'd the Apache file, it gave me a directory called 'apache_1.3.12' from your description, it sounds like you may have left off part of the directory name.
Be careful with the LoadModule / AddModule statements that the PHP4 install puts into the httpd.conf file - they should be at the end of the long lists, or you can manually insert them right after the php3 module lines. The install program automatically put the commands way down in the file under some commented out code for accepting Netscape Gold publish connections. After I moved them, everything was happier.
J!M
|