← Back to team overview

ius-coredev team mailing list archive

[Bug 1046974] Re: mysqlclient15 not compatible with mysql-odbc from RHEL5

 

Yuriy,

I've been able to successfully configure my unixODBC to connect:

# cat /etc/odbc.ini 
[easyroute]
Driver = MySQL
Description = MyODBC Driver DSN
SERVER = localhost
PORT = 3306
USER = root
Database = temp
OPTION = 4194307


# cat /etc/odbcinst.ini 
# Example driver definitinions
#
#

# Driver from the MyODBC package
# Setup from the unixODBC package
[MySQL]
Description     = ODBC for MySQL
Driver          = /usr/lib64/libmyodbc3.so
Setup           = /usr/lib64/libodbcmyS.so
FileUsage       = 1

=====

# isql -v easyroute
+---------------------------------------+
| Connected!                            |
|                                       |
| sql-statement                         |
| help [tablename]                      |
| quit                                  |
|                                       |
+---------------------------------------+
SQL> 

=====

# rpm -qf /usr/lib64/libmyodbc3.so
mysql-connector-odbc-3.51.26r1127-1.el5.x86_64

# rpm -qf /usr/lib64/libodbcmyS.so
unixODBC-2.2.11-7.1.x86_64

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1046974

Title:
  mysqlclient15 not compatible with mysql-odbc from RHEL5

Status in IUS Community Project:
  New

Bug description:
  When running isql -v easyroute
  I get the following 
  error: "isql: relocation error: /usr/lib64/libmyodbc3_r.so: symbol strmov, version libmysqlclient_15 not defined in file libmysqlclient_r.so.15 with link time reference"

  rpm -qa \*mysql\* php\* \*odbc\*
  mysql55-libs-5.5.27-2.ius.el5
  mysqlclient15-5.0.92-2.ius.el5
  mysql55-5.5.27-2.ius.el5
  mysql55-server-5.5.27-2.ius.el5
  mysql55-devel-5.5.27-2.ius.el5
  mysql-connector-odbc-3.51.26r1127-2.el

  CentOS 5.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1046974/+subscriptions


References