I know it says everywhere that the ZendOptimizer is supposed to be the easiest thing to install. I agree the directions are pretty easy to follow, but I don't get the right result.
I'm running PHP 4.0.6 on FREEBSD 4.2 on Apache 1.3.14 . I've just gone back through all of the installs of all of the support utilities. I've put my ZendOptmizer.so in the /usr/local/Zend/lib directory.
/usr/local/Zend/lib
-rwxr-xr-x 1 root wheel 187744 Aug 8 20:20 ZendOptimizer.so
Zend/PHP starts with apache and runs no problem. But I get the following error in my httpd-error.log
Failed Loading /usr/local/Zend/lib/ZendOptimizer.so: /usr/local/Zend/lib/ZendOptimizer.so: Undefined symbol "zend_extensions"
And my phpinfo() script reports :
This program makes use of the Zend scripting language engine:
Zend Engine v1.0.6, Copyright (c) 1998-2001 Zend Technologies
Which excludes the optimizer?
I've been trying to figure this one out for a few days. I'm out of ideas on diagnosing the problem. I've got the right version of the .so for my configuration. Anybody got any additional ways to diagnose the problem, or maybe you've figured this one out?
Thanks,