D ditto Verified User Joined Apr 27, 2009 Messages 2,354 Jul 31, 2013 #1 MySQL 5.5.33 is now released. The new version is already added to custombuild. Here is changelog http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html
MySQL 5.5.33 is now released. The new version is already added to custombuild. Here is changelog http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html
K kanary Verified User Joined Jun 8, 2007 Messages 79 Location Holland - Het westland Aug 3, 2013 #2 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
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
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,394 Location www.poralix.com Dec 25, 2013 #3 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.
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.