Hey guys
I'm having a strange issue with zend on one dedicated server.
I'm running CentOS 6.x, with PHP 5.4.x and HTTPD v.2.4.
I do have latest zend guard installed, however I still get this weird errors on my server:
This is what I see on apache error_log:
Any ideas about this?
Thanks
I'm having a strange issue with zend on one dedicated server.
I'm running CentOS 6.x, with PHP 5.4.x and HTTPD v.2.4.
I do have latest zend guard installed, however I still get this weird errors on my server:
Code:
[[email protected]:~]php -v
PHP 5.4.45 (cli) (built: Nov 11 2016 06:31:36)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.1, Copyright (c) 2002-2016, by ionCube Ltd.
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo
[[email protected]:~]
[[email protected]:~] httpd -V
Server version: Apache/2.4.23 (Unix)
Server built: Nov 11 2016 06:28:31
Cpanel::Easy::Apache v3.34.7 rev9999
Server's Module Magic Number: 20120211:61
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/usr/local/apache"
-D SUEXEC_BIN="/usr/local/apache/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Code:
[Fri Nov 11 08:20:27.220834 2016] [:error] [pid 28621] [client 132.248.98.96:36389] Failed loading /usr/local/zo/ZendExtensionManager.so: /usr/local/zo/ZendExtensionManager.so: cannot open shared object file: No such file or directory
[Fri Nov 11 08:20:27.220931 2016] [:error] [pid 28621] [client 132.248.98.96:36389] Failed loading /usr/local/zo/4_3/ZendOptimizer.so: /usr/local/zo/4_3/ZendOptimizer.so: cannot open shared object file: No such file or directory
[Fri Nov 11 08:20:28.831723 2016] [:error] [pid 27060] [client 132.248.98.96:36387] Failed loading /usr/local/zo/ZendExtensionManager.so: /usr/local/zo/ZendExtensionManager.so: cannot open shared object file: No such file or directory
[Fri Nov 11 08:20:28.831793 2016] [:error] [pid 27060] [client 132.248.98.96:36387] Failed loading /usr/local/zo/4_3/ZendOptimizer.so: /usr/local/zo/4_3/ZendOptimizer.so: cannot open shared object file: No such file or directory
[Fri Nov 11 08:20:30.463564 2016] [:error] [pid 29618] [client 40.77.167.12:15170] Failed loading /usr/local/zo/ZendExtensionManager.so: /usr/local/zo/ZendExtensionManager.so: cannot open shared object file: No such file or directory
Thanks
Last edited by a moderator: