Hi.

Sounds as if you have to install a newer MySQL package. Use

rpm -qf /usr/lib/mysql/libmysqlclient.so.9.0.0

to find out, which package contains the lib (for me, it is
MySQL-shared-3.23.36-2mdk, which contains libmysqlclient.so.10.0.0)
and install a more recent version (take it, for example, from the
MySQL home page).

Or alternatively, search for an older version of MyODBC, which has
been compiled with libmysqlclient.so.9.0.0.

Or compile it yourself. ;-)

Bye,

        Benjamin.

On Wed, Jun 13, 2001 at 12:25:00PM +0530, [EMAIL PROTECTED] wrote:
> 
> My setup
> MySQL version : Ver 8.8 Distrib 3.23.22-beta
> OS    :       RH 7.0
> 
> I downloaded MyODBC-2.50.37-1.i386.rpm from mysql's site but when I tried
> to install it, give this error:
> libmysqlclient.so.10 is needed by MyODBC-2.50.37-1
> In /usr/lib/mysql I have the following entries
> lrwxrwxrwx    1 root     root           23 Feb 26 16:44
> libmysqlclient.so.9 -> libmysqlclient.so.9.0.0
> -rwxr-xr-x    1 root     root       196204 Aug 31  2000
> libmysqlclient.so.9.0.0

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to