ERROR:
[bash]
[root@server ~]# /etc/init.d/kloxo restart
Stopping kloxo: Waiting for the process to die…..
2733
Waiting for the process to die…..
Stopped kloxo
Starting kloxo: Failed loading /usr/local/lxlabs/ext/lib/Zend/lib/Optimizer-2.5.7/php-5.2.x/ZendOptimizer.so: /usr/local/lxlabs/ext/lib/Zend/lib/Optimizer-2.5.7/php-5.2.x/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied
Zend
[/bash]
Solution:
Turn off the SeLinux.
[bash]
[root@server ~]# setenforce 0
[/bash]
Also set it “selinux=disabled” in selinux config file. So that it will be disabled even after reboot.
Leave a Reply