ZendDebugger无法在Mint 12中打开libssl.so.0.9.8

max*_*axb 3 php linux zend-debugger

我安装了apache和php,现在使用ZendDebugger我修改了php.ini它是如何描述的.当我启动Apache时,我在日志中收到以下错误消息:

Failed loading /usr/lib/php5/zend/ZendDebugger.so:  libssl.so.0.9.8: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)

我检查过,我的机器上只有libssl.so.1.0.0可用.

任何人都可以告诉我如何让ZendDebugger工作.

在此先感谢,最多

max*_*axb 8

显然libssl.so.0.9.8丢失了.

sudo apt-get install libssl0.9.8
Run Code Online (Sandbox Code Playgroud)

并重新启动了诀窍