Re: Connector c++ 8 error looking for SSL Library
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
Subject
Views
Written By
Posted
1968
August 19, 2021 02:39PM
Re: Connector c++ 8 error looking for SSL Library
741
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.