| > |
PHPFAQ - make install gives an error saying i need LoadModule line in httpd.conf but its already there |
[Bookmark it] |
|
|
| PHPFAQ - make install gives an error saying i need LoadModule line in httpd.conf but its already there |
|
Question : make install gives an error saying i need LoadModule line in httpd.conf but its already thereAnswer :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
|
|
|
|
|
|
|