ZendDebugger cannot open libssl.so.0.9.8 in Mint 12

北慕城南 提交于 2019-12-10 20:57:26

问题


I installed apache and php, now to use the ZendDebugger I and modified the php.ini how it was described. When I start apache, I get following error message in the log:

Failed loading /usr/lib/php5/zend/ZendDebugger.so:  libssl.so.0.9.8: cannot open shared object file: No such file or directory

I checked and there is only libssl.so.1.0.0 available on my machine.

Can anyone tell me how to proceed to get ZendDebugger working.

Thanks in advance, max


回答1:


Obviously the libssl.so.0.9.8 was missing.

sudo apt-get install libssl0.9.8

and a restart did the trick



来源:https://stackoverflow.com/questions/8441729/zenddebugger-cannot-open-libssl-so-0-9-8-in-mint-12

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!