Apache 2.0.59 and PHP 5.2.0 on Fedora Core Problem
Hey Everyone,
I have apache 2.0.59 installed on my Fedora Core 4 machine and it works properly except for the fact that I cannot get it to load the php5.2.0 module. in the httpd.conf file i have the line
LoadModule php5_module modules/libphp5.so
however when i try to run the command
$ ./apachectl start
i get the following error
Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr /local/apache2/modules/libphp5.so: cannot restore segment prot afte r reloc: Permission denied
I've been searching trying to figure out how to fix this, but no luck, any suggestions for me?
Thanks
|