apache - ZendGuardLoader.so: cannot open shared object file: No such file or directory php -


my web page not running on system,

when checked on apache error log shows below error,

# tail -f /usr/local/apache/logs/error_log  [tue jul 14 05:36:19.899752 2015] [:error] [pid 27660:tid 140637045212928] [client 50.28.66.241:50935] failed loading /usr/local/zend/lib/guard-5.5.0/php-5.3.x/zendguardloader.so:  /usr/local/zend/lib/guard-5.5.0/php-5.3.x/zendguardloader.so: cannot open shared object file: no such file or directory 

how solved this?

i can see zendguardloader not installed on server php, please check php version , try install it. can install php extension on cpanel server following command.

/scripts/phpextensionmgr install zendopt 

you can install following modules on server above command.

[root ~ ]# /scripts/phpextensionmgr list available extensions: eaccelerator ioncubeloader zendopt xcache sourceguardian phpsuhosin 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -