[CentOS] RE: MySQL Install error on Centos 4.3

Thu Mar 8 12:40:22 UTC 2007
Patricio A. Bruna <pbruna at it-linux.cl>

All the messages say the problem very clear:

You already has a file which is provided by the rpm your are triying to install.
They way to it, as you are using --nodeps, is adding --force. This will overwrite the files.


----- Mensaje Original -----
De: "Ern jura" <exjura at gmail.com>
Para: "CentOS mailing list" <centos at centos.org>
Enviados: jueves 8 de marzo de 2007 09H32 (GMT-0400) America/Santiago
Asunto: [CentOS] RE: MySQL Install error on Centos 4.3

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 at localhost linux 23-02-2007]# rpm -i --nodeps
mysql-5.0.27-1.el4.centos.i386.rpm
warning: mysql-5.0.27-1.el4.centos.i386.rpm: V3 DSA signature: NOKEY, key ID
443e1821
        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
        file /usr/bin/mysql from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysql_waitpid from install of
mysql-5.0.27-1.el4.centos conflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqladmin from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqlbinlog from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqlcheck from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqldump from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqlimport from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4
        file /usr/bin/mysqlshow from install of
mysql-5.0.27-1.el4.centosconflicts with file from package
MySQL-client-standard-5.0.27-0.rhel4

[root at localhost linux 23-02-2007]# rpm -i
mysqlclient10-3.23.58-9.2.c4.i386.rpm
warning: mysqlclient10-3.23.58-9.2.c4.i386.rpm: V3 DSA signature: NOKEY, key
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
        file /usr/lib/mysql/libmysqlclient_r.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
[root at localhost linux 23-02-2007]#