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]# -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070308/3c04b1e2/attachment.html>
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 at 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.rhel4You already have a version of mysql installed (but not one from CentOS).> [root at 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.1You 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 -- Ralph Angenendt......ra at br-online.de | .."Text processing has made it possible Bayerischer Rundfunk...80300 M?nchen | ....to right-justify any idea, even one Programmbereich.Bayern 3, Jugend und | .which cannot be justified on any other Multimedia.........Tl:089.5900.16023 | ..........grounds." -- J. Finnegan, USC -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070308/410d294d/attachment.sig>
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]#
On 3/8/07, Ern jura <exjura at gmail.com> 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 at localhost linux 23-02-2007]# rpm -i --nodeps > mysql-5.0.27-1.el4.centos.i386.rpmEgads man! BAD USER! Using --nodeps is going to cause you a world of trouble.> 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<snip more of the same> Okay. At some point you installed mysql rpms from mysql.com. These are named differently due to capitalization. Because they're named differently, but provide the same files, they conflict. You need to remove all the MySQL packages you have installed. Then you're free to use THE PACKAGE MANAGER, yum, to install mysql from centosplus. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell