Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-11-06 Thread John Harragin
So here is what happened. The Mariadb-server 10 installation does replace a file that the mysql-connector-odbc driver depends upon. However, I used the red hat enterprise driver at: https://downloads.mariadb.org/connector-odbc/ copied it to /usr/lib64/libmaodbc.so ...added the following text to:

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-11-03 Thread John Harragin
I think the solution may exist. The compatibility of mysql-connector-odbc with maria may just means the driver can access the mariadb - but my experience suggests not live on the same host. maria has its own connector: https://downloads.mariadb.org/connector-odbc/ it does not look like this is i

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-11-03 Thread John Harragin
What I have found is that the only new shared objects between the different versions of the running isqls is: < lrwxrwxrwx. 1 root root 24 Oct 31 21:25 /usr/lib64/mysql/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0 > lrwxrwxrwx. 1 root root 24 Nov 2 12:13 /usr/lib64/mysql/libmysqlclient.so.18

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-31 Thread John Harragin
Thanks. I just installed mariadb-server 10.1 and tried a series of things and could not get it to work. So once again I yum undo-ed to uninstall So if I am understanding correctly, tomorrow I can reinstall mariadb-server, my already running process will continue to run (as it does), and by openin

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-31 Thread Gordon Messmer
On 10/31/2017 12:23 PM, John Harragin wrote: However my asterisk server is still running and it still has that file open. I don't know if this keeps new processes referencing the .so file that is open in ram. No.  New processes will use the .so that they find in their library path, in the file

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-31 Thread John Harragin
Thanks for each of your inputs. It was not a configuration issue as odbcinst.ini does not reference the mysql subdirectory. Rather than use Alexander's url, I ran: yum -y install centos-release-openstack-ocata yum -y install mariadb-server ...the cloud repository provides the properly pathed file

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-31 Thread Gordon Messmer
On 10/30/2017 12:22 PM, John Harragin wrote: [root@ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE "my|maria" libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18 (0x7f3dfb34c000) [root@ec-ast yum.repos.d]# repoquery -l MariaDB-server MariaDB-client MariaDB-commo M

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-30 Thread John Harragin
Thanks for your input. It occurred to me that it might just be my config file that needs to be changed along with a package installation. It was weird that it worked for days and I was under considerable pressure to get it going quickly (while I was on vacation) so I am returning to this a while l

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-30 Thread Alexander Dalloz
Am 30.10.2017 um 20:22 schrieb John Harragin: I recently installed mariadb-server 10.1 by adding the following repository: baseurl = http://yum.mariadb.org/10.1/centos7-amd64 [ ... ] I could reinstall mariadb-server, add a symlink and it would probably work, but I thought it would be better

[CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-30 Thread John Harragin
I recently installed mariadb-server 10.1 by adding the following repository: baseurl = http://yum.mariadb.org/10.1/centos7-amd64 ...all was well until we had a power failure and upon rebooting unixodbc was segfaulting. Once I did a yum undo, the mysql odbc driver was functional. I traced it to t