INI Configuration
Posted: Thu Sep 14, 2006 10:37 am
I'm installing PHP 5 on Debian Linux with Apache 1.3.
Step 14 on http://us3.php.net/manual/en/install.un ... nix.apache tells me:
Step 14 on http://us3.php.net/manual/en/install.un ... nix.apache tells me:
There is no libphp5.so file anywhere on my system. What do I do?Edit your httpd.conf to load the PHP module. The path on the right hand
side of the LoadModule statement must point to the path of the PHP
module on your system. The make install from above may have already
added this for you, but be sure to check.
For PHP 4:
LoadModule php4_module libexec/libphp4.so
For PHP 5:
LoadModule php5_module libexec/libphp5.so