Connector c++ 8 error looking for SSL Library
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?
Subject
Views
Written By
Posted
Connector c++ 8 error looking for SSL Library
1884
August 19, 2021 02:39PM
716
August 20, 2021 03:27PM
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.