I installed a php extension ioncube, and restart the httpd, then I got this error "httpd dead but subsys locked". I googled for the solution, and found out I need to comment out the line Zend_extension = /usr/lib64/php/modules/ZendGuardLoader.so in php.ini, Then I could start httpd with ioncube_loader enabled. But the problem is I need to keep ZendGuardLoader.so as well, since we have a php application that is using it.
How can I enable both ZendGuardLoader.so and ioncube_loader_lin_5.3.so at the same time without getting httpd dead but subsys locked error?
we are using centos 6.4, php 5.4