Re: [CMake] Problems finding the SSL library

2012-02-18 Thread Matchek
2012/1/16 Michael Wild : > Definitely a bug in MySQL. They should be setting > CMAKE_REQUIRED_INCLUDES to ${OPENSSL_INCLUDE_DIR} before invoking the > CHECK_SYMBOL_EXISTS() function/macro in line 72 of cmake/ssl.cmake. > Otherwise CMake will not use the include directory found by > FindOpenSSL.cmak

Re: [CMake] Problems finding the SSL library

2012-01-16 Thread Michael Wild
On 01/16/2012 04:59 PM, Maciej (Matchek) Bliziński wrote: > 2011/12/22 Maciej (Matchek) Bliziński : >> CMake Error at cmake/ssl.cmake:83 (MESSAGE): >> Cannot find appropriate system libraries for SSL. Use WITH_SSL=bundled to >> enable SSL support >> Call Stack (most recent call first): >> CMake

Re: [CMake] Problems finding the SSL library

2012-01-16 Thread Matchek
2011/12/22 Maciej (Matchek) Bliziński : > CMake Error at cmake/ssl.cmake:83 (MESSAGE): >  Cannot find appropriate system libraries for SSL.  Use WITH_SSL=bundled to >  enable SSL support > Call Stack (most recent call first): >  CMakeLists.txt:255 (MYSQL_CHECK_SSL) I found the MySQL-5.5 source cod

[CMake] Problems finding the SSL library

2011-12-22 Thread Matchek
Hello everyone, I'm attempting to build mysql-5.5. It fails while finding the OpenSSL library, and I can't figure out why. All other problems can find OpenSSL without any problems. The source code: http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.5/mysql-5.5.19.tar.gz Here's what the