MySQL Forums
Forum List  »  Connector/C++

Re: Connector c++ 8 error looking for SSL Library
Posted by: Claude Mally
Date: August 20, 2021 03:27PM

I ended up re-installing openssl using brew

$ brew install openssl

Then I could configure, build and install:

$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/mysql/connector-c++-8.0 -DWITH_SSL=/usr/local/Cellar/openssl@1.1/1.1.1k -DBUILD_STATIC=ON

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Connector c++ 8 error looking for SSL Library
607
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.