| Question : | make install gives an error saying i need LoadModule line in httpd.conf but its already there
| | Answer : | echo "LoadModule php4_module libexec/libphp4.so" >> /usr/local/apache/conf/httpd.conf
Then rerun
make install
this will cure the error and allow the install to work.
In newer versions of PHP this shouldn't be needed
| | |