MySQL Forums
Forum List  »  Connector/ODBC

Re: dlopen(/usr/local/mysql-connector-odbc-9.0.0-macos14-x86-6 4bit/lib/libmyodbc9w.so, 0x0006): tried: '/us [SQLSTATE=00000]
Posted by: Bogdan Degtyariov
Date: August 01, 2024 01:10AM

Most likely the ODBC library fails to load because it cannot find OpenSSL library v3.0, which is required to connect to MySQL Server.

You can also try running the command:

/usr/bin/otool -L /usr/local/mysql-connector-odbc-9.0.0-macos14-x86-64bit/lib/libmyodbc9w.so

and see if it reports any missing dependencies.

Options: ReplyQuote


Subject
Written By
Posted
Re: dlopen(/usr/local/mysql-connector-odbc-9.0.0-macos14-x86-6 4bit/lib/libmyodbc9w.so, 0x0006): tried: '/us [SQLSTATE=00000]
August 01, 2024 01:10AM


Sorry, only registered users may post in this forum.

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.