MySQL 5.5.33 released

After updating to this version i get the following error when i try to recompile php

configure: error: Cannot find OpenSSL's libraries

*** There was an error while trying to configure php. Check the custom/ap2/configure.php5 file
 
Just faced the same, and here is what I've done:

Code:
ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/
ln -s /usr/lib/x86_64-linux-gnu/libssl.a  /usr/lib/

and re-build PHP.
 
Back
Top