문제

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

도움이 되었습니까?

해결책

Obviously the libssl.so.0.9.8 was missing.

sudo apt-get install libssl0.9.8

and a restart did the trick

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top