View Full Version : Zend optimiser failed?
dwh
Wed 29th Aug '01, 8:37am
Got this error, anyone understands what it means and what I can do about it?
"Failed loading /usr/local/Zend/lib/ZendOptimizer.so: /usr/local/Zend/lib/ZendOptimizer.so: cannot open shared object file: No such
file or directory
"
eva2000
Wed 29th Aug '01, 8:54am
can't find ZendOptimser.so in /usr/local/Zend/lib?
check to see if it's there
dwh
Wed 29th Aug '01, 9:16am
Hmm, the Zend directory isn't even there. Why is it trying to load it then? Is it important to have Zend?
eva2000
Wed 29th Aug '01, 9:18am
not zend optimiser is not crucial
check your php.ini file and comment out the line loading the ZendOptimiser.so module and restart apache
dwh
Wed 29th Aug '01, 9:23am
now that's weird, I did a search of the file (case sensitive) and there's no Zend in there at all!!
eva2000
Wed 29th Aug '01, 9:34am
well just comment out the entry as above or install zend if you want :)
http://www.zend.com/store/products/zend-optimizer.php
How is the Zend Optimizer installed?
Under UNIX:
1. Compile PHP 4 in non-debug mode - or else the Zend Optimizer won't load. As of 4.0.1, this is the default, no special configure option is required.
2. Copy the ZendOptimizer.so file to your system; a good place to put it is in the /usr/local/Zend/lib directory.
3. Add the following two lines to your php.ini file; do not add any extra spaces or tabs:
zend_optimizer.optimization_level=15
zend_extension="/usr/local/Zend/lib/ZendOptimizer.so"
4. Restart your Apache web server.
eva2000
Wed 29th Aug '01, 9:35am
sorry meant check your php.ini file for the entry and comment it out :o
dwh
Wed 29th Aug '01, 4:14pm
ok, I'll try one of those, but I've never successfully compiled anything. Before I try to go thru the hassle I'm trying to see how much it helps. Seems to be just speeding up php? Does anyone know if it had an effect on vb performance?
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.