MySQL Forums
Forum List  »  Connector/C++

Connector c++ 8 error looking for SSL Library
Posted by: Claude Mally
Date: August 19, 2021 02:39PM

I am unable to perform the configuration step for making the library on mac os,
When I issue this command:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/mysql/connector-c++-8.0 -WITH_SSL=system -DBUILD_STATIC=ON

I get the following error:

-- Looking for SSL library.
CMake Error at cdk/cmake/DepFindSSL.cmake:79 (message):
Cannot find appropriate system libraries for SSL. Make sure you've
specified a supported SSL version. Consult the documentation for WITH_SSL
alternatives
Call Stack (most recent call first):
cdk/cmake/DepFindSSL.cmake:354 (main)
cdk/cmake/dependency.cmake:42 (include)
cdk/CMakeLists.txt:96 (find_dependency)

I had no problem making the library on Ubuntu, piece of cake, how to fix this for mac os?

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector c++ 8 error looking for SSL Library
1446
August 19, 2021 02:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.