Zend Debugger will not load

Originally Posted by
jeremya
Ah, this may also help. Try running "PHP -m" to see if there are any issues with your modules.
I was able to see the error message by using "php -m", which was:
Code:
Failed loading /usr/lib64/php/modules/ZendDebugger.so: libssl.so.0.9.8: cannot open shared object file: No such file or directory
Now that I had an actual error message, I could start troubleshooting...
It appears that Zend Debugger looks for the libssl.so.0.9.8 Shared Object, which is actually a very old version. For some reason it doesn't see the current version, libssl3.so. I was able to do a work-around by creating a symlink between the two. An actual fix would be up to Zend to do.
Thanks for all the help.
Shane.
Last edited by sgoodman; 2012-12-21 at 06:14 PM.
Reason: clarification
Basic Linux Hosting on classic platform; Parallels Plesk Panel 10.3.1