On Wed, 2005-02-23 at 22:51 +0100, Rene Bon Ciric (Renich) wrote: > Ok, I am unable to install MySQLclient > > Here is the err it gave me > > [root@Fedora MySQLclient10-3.23.58-4]# rpm -Uhv mysqlclient10-3.23.58-4.i386.rpm > Preparing... ########################################### [100%] > file /usr/lib/mysql/libmysqlclient.so.10.0.0 from install of mysqlclient10-3.23.58-4 conflicts with file from package mysql-3.23.58-14 > file /usr/lib/mysql/libmysqlclient_r.so.10.0.0 from install of mysqlclient10-3.23.58-4 conflicts with file from package mysql-3.23.58-14 > > How do I solve this? > > You might want to try upgrading all the mysql packages at once.... Put all the rpm's that you built for mysql in one directory and then do a rpm -Uvh *.rpm from that directory and see if the newer version of mysql will help to resolve the "conflict" with the mysqlclient10 package.... HTH, --Rob