Page 1 of 1
PHP 5.2.11 update problems
Posted: Thu Oct 01, 2009 7:27 pm
by mneese
I have just updated to the 5.2.11 version..along with that came about 10 0r eleven files such as Zend stuff, ioncube, eaccelerator and others...
Now i am getting this error:
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
What must I re-configure to correct for the error?
Re: PHP 5.2.11 update problems
Posted: Thu Oct 01, 2009 11:42 pm
by diego
I have the same problem
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib64/php/zend/ZendOptimizer-.so: /usr/lib64/php/zend/ZendOptimizer-.so: cannot open shared object file: No such file or directory
I can see any of my wordpress sites :S
Re: PHP 5.2.11 update problems
Posted: Thu Oct 01, 2009 11:46 pm
by diego
Fixed!
It worked you just need to restart apache

Re: PHP 5.2.11 update problems
Posted: Fri Oct 02, 2009 11:26 am
by mneese
I have restarted apache... several times, but all it takes is for either a wordpress or joomla site to be accessed and I get the error immediately...
There must be some configuration file somewhere that must be updated to the latest version of zendoptimizer by name, but i have no idea which configuration that would be.. Have looked at httpd.conf as well as php.ini and neither have referrences to the zend stuff...
Re: PHP 5.2.11 update problems
Posted: Fri Oct 02, 2009 1:54 pm
by diego
mneese:
You need to edit /etc/php.d/zend.ini
Code: Select all
You must edit this line:
zend_extension=/usr/lib64/php/zend/ZendOptimizer-.so
For something like this:
zend_extension=/usr/lib64/php/zend/ZendOptimizer-5.2.so
Re: PHP 5.2.11 update problems
Posted: Fri Oct 02, 2009 3:04 pm
by mneese
Thanks so much, diego...I think this works now because the error is not showing for wordpress or joomla sites...