Cannotloadwwwmoduleslibphp5.sow.servererror (11) bigb89: Hi, IamtryingtoinstallPHPandconfigureittoworkwithApache. mismatch, butafterintallingPHPItriedtorestartApac
Cannot load/www/modules/libphp5.so into server error (1/1) bigb89: 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 Apac
Cannot load/www/modules/libphp5.so into server error
(1/1)
Bigb89: 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. c Onf file: LoadModule php5_module modules/libphp5.so. cocould anyone explain to me what's causing this error and how can I fix it? Thanks in advance!
Rlee923: 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.soThis is the magic line of the code, change the path so it points to the directory where you 've installed apache2 if necessary.