Ern jura wrote:
I get the following error on trying to install mysql rpms please any idea what might be wrong and how to work around it? [root@localhost linux 23-02-2007]# rpm -i --nodeps mysql-5.0.27-1.el4.centos.i386.rpm file /etc/my.cnf from install of mysql-5.0.27-1.el4.centos conflicts with file from package MySQL-server-standard-5.0.27-0.rhel4
You already have a version of mysql installed (but not one from CentOS).
[root@localhost linux 23-02-2007]# rpm -i mysqlclient10-3.23.58-9.2.c4.i386.rpm ID 443e1821 file /usr/lib/mysql/libmysqlclient.so.10.0.0 from install of mysqlclient10-3.23.58-9.2.c4 conflicts with file from package mysqlclient10-3.23.58-4.RHEL4.1
You already have a version of mysqlclient10 installed.
You have to (U)pdate those packages, not (i)nstall them. Please see the rpm manual page.
Ralph