Re: authentication_ldap_sasl.so duplicate problem
Hi Ayçelen,
As you mentioned, the shared library authentication_ldap_sasl_client.so is already installed as a part of Percona server. We cannot guarantee that the library built by Percona retains is binary compatibile with our ODBC driver.
From the errors you are getting we can conclude that there is an incompatibility, which prevents MySQL ODBC driver from connecting.
MySQL ODBC driver needs to use authentication_ldap_sasl_client.so shipped with the driver. This essentially means that you cannot install DEB package because it will overwrite some of Percona client plugins.
There could be a possible workaround, though the outcome is not guaranteed because we do not test our ODBC drivers against Percona Server and Percona client plugins. You might try unpacking DEB containing MySQL ODBC Driver in a directory of your choice, register the driver using myodbc-installer command line tool and then specify the location of the plugins shipped the driver via PLUGIN_DIR connection option.
Subject
Written By
Posted
Re: authentication_ldap_sasl.so duplicate problem
January 13, 2025 08:39PM
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.