Not able to connect to MySQL with MyODBC on linux ...
am 13.04.2005 10:30:42 von Srinivas B S S
Hi,
I am experiencing the following error during SQLConnect() call
with MyODBC on linux (MyODBC version 3.51.10) :
**********************************
[unixODBC][Driver Manager]Can't open lib
'/opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so' : /lib/i686/libc.so.6:
version `GLIBC_2.3' not found (required by
/opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so)
**********************************
Does anyone have an idea on how to solve this problem ?
Thanks in advance,
Srinivas.
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org
Re: Not able to connect to MySQL with MyODBC on linux ...
am 14.04.2005 00:03:45 von Daniel Kasak
Srinivas B.S.S wrote:
> Hi,
>
> I am experiencing the following error during SQLConnect() call
> with MyODBC on linux (MyODBC version 3.51.10) :
>
> **********************************
> [unixODBC][Driver Manager]Can't open lib
> '/opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so' :
> /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by
> /opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so)
> **********************************
>
> Does anyone have an idea on how to solve this problem ?
>
Try removing your binary install and compiling from the source.
Just out of interest - what software are you using on Linux that uses
MyODBC? OpenOffice?
--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: dkasak@nusconsulting.com.au
website: http://www.nusconsulting.com.au
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org
Re: Not able to connect to MySQL with MyODBC on linux ...
am 15.04.2005 08:03:24 von Srinivas B S S
My linux is Redhat 7.3 and doesn't have up-to-date GLIBC !
I haven't had problems in using earlier version of MyODBC driver
binaries (3.51.07) but have problems in using the latest version
of MyODBC binary. As you said, it might be because it was compiled
using the latest version of GLIBC and will not work on linux with
older GLIBC.
Just wondering if binaries of MyODBC were compiled with older GLIBC,
won't they work on both old GLIBC and with the latest ?
Thanks for the reply.
Srinivas.
jbonnett@sola.com.au wrote:
> Install GLIBC_2.3?
>
> It may be the Linux version you are running. Is your Linux up to date?
>
> -----Original Message-----
> From: Srinivas B.S.S [mailto:bsssrinivas@gmail.com]
> Sent: Wednesday, 13 April 2005 6:01 PM
> To: myodbc@lists.mysql.com
> Subject: Not able to connect to MySQL with MyODBC on linux ...
>
> Hi,
>
> I am experiencing the following error during SQLConnect() call
> with MyODBC on linux (MyODBC version 3.51.10) :
>
> **********************************
> [unixODBC][Driver Manager]Can't open lib
> '/opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so' :
> /lib/i686/libc.so.6:
> version `GLIBC_2.3' not found (required by
> /opt/MyODBC-3.51.10-pc-linux-i686/lib/libmyodbc3_r.so)
> **********************************
>
> Does anyone have an idea on how to solve this problem ?
>
> Thanks in advance,
> Srinivas.
>
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org