Jump to content

Cannot load /www/modules/libphp5.so into server error


Recommended Posts

Hi, I am trying to install PHP and configure it to work with Apache. So far I have Apache 2 and MySQL 5 working just fine, but after intalling PHP I tried to restart Apache and I get the following error: Cannot load /www/modules/libphp5.so into server: /www/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied. What's causing this error is the following line on my httpd.conf file: LoadModule php5_module        modules/libphp5.so. Could anyone explain to me what's causing this error and how can I fix it?

Thanks in advance!

Hi,

 

I assume you are using one of those linux with Selinux enabled.

 

The problem is caused by the security system - selinux, blocking it's access to libph5.so.

 

chcon -t texrel_shlib_t /usr/local/apache/modules/libphp5.so

 

This is the magic line of the code, change the path so it points to the directory where you've installed apache2 if necessary.

 

Cheers

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.