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 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 M

[CMake] Setting a HTTP header when uploading test results

2012-01-03 Thread Matchek
Hello everyone, I tried running "gmake Experimental" in cmake-2.8.7 on a host that needs to use a HTTP proxy to communicate with the outside world. The tests ran, but the upload phase has failed. 98% tests passed, 5 tests failed out of 210 Label Time Summary: Label1= 0.24 sec Label2=

[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