Tuesday, October 8, 2013

ZendDebugger x64 libssl and libcrypto errors

Following an earlier post I have an addendum for x64.....

Having virtualised my server and also shunted to x64 I was back to the error.

"I know - I have a note about this :-)"

So a few mods

First, make sure your ZendDebugger.so is in /usr/lib64/modules

Make sure the path is correct in php.ini

 ln -s /lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8

ln -s /lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8

Restart your web server

Success :

# php -v
PHP 5.3.3 (cli) (built: Jul 15 2013 07:56:18)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Zend Debugger v5.3, Copyright (c) 1999-2010, by Zend Technologies

No comments:

Post a Comment