Re: Installation of MySQL Connector/ODBC fails
Anton Shepelev <[email protected]> Fri, 12 Apr 2019 22:49:56 +0300
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Bogdan Degtyariov to Anton Shepelev: > > As far as I have understood from the ODBC standard, > > driver managers are interchangeable so that any ODBC > > dirver shall work with any ODBC driver manager. Is > > myodbc special in this regard? > > That is not always the case. iODBC and UnixODBC have > different library names. The ODBC driver needs the driver > manager libraries to work. Therefore this dependency is > there... Although the libraries have different names, they expose the same interface and are compatible on the binary level. The driver can dynamically link to a driver-manager library with the standard name `libodbcinst.so'. A symbolic link with this name can be created pointing to whatever driver manager is required. A driver need not depend upon a specific driver manager. -- Please, do not forward replies to my e-mail. -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc