can not find libexec/libphp5.so (install PHP5 + apache2.0 +mysql4.2)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Derek

    can not find libexec/libphp5.so (install PHP5 + apache2.0 +mysql4.2)

    Hi there,
    Thank you for your time to see my question. I am new in PHP.

    I installed MySQL, SSL, and Aparche2 in my fedora 3 box. everything
    working fine. now I am installing PHP5. I followed PHP installation
    instruction, everything is OK before 14th step:

    14. 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

    After I modified the file and doing the step 15 which is restart Apache
    server, the error message said it can not find the file libphp5.so

    I did search my entire file system, there is no such file, what's going
    on? Am I did something wrong?

    Thank you very much for your help! Have a nice day!

    Derek
Working...