On Tue, Jan 13, 2004 at 06:24:37AM +0000, Andy Choens wrote: > MySQL is working fine. I've got a couple of simple "test" databases > defined. But, when I connect using isql I get an odd error. > ------------------------------------------------------------------------------ > Can't open lib '/usr/local/lib/libmyodbc.so' : > /usr/local/lib/libmyodbc.so: symbol errno, version GLIBC_2.0 not defined > in file libc.so.6 with link time reference > [ISQL]ERROR: Could not SQLConnect > ------------------------------------------------------------------------------ > > I really don't understand. I'm using the stock RPMs that came with > Fedora. If I can't get this to go because of a problem like this, I may > just rip out the rpms and install it manually. But, I'd rather stick to > the RPMs and save myself a lot of trouble doing upgrades later. The FC1 MyODBC package installs libmyodbc.so into /usr/lib, but isql appears to be picking up a copy from /usr/local/lib. You may need to move it out of the way. HTH, Nalin