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 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@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@localhost linux 23-02-2007]#
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
I uninstalled all mysql installations including tools and I still get the same error on installing, but i'll try and see if upgrade will work. Thanks
On 3/8/07, Ralph Angenendt ra+centos@br-online.de wrote:
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.centosconflicts 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
Ralph Angenendt......ra@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
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 3/8/07, Ern jura exjura@gmail.com wrote:
I uninstalled all mysql installations including tools and I still get the same error on installing, but i'll try and see if upgrade will work. Thanks
It's case sensitive. Mysql is not the same as mysql.
Ern jura wrote:
I uninstalled all mysql installations including tools and I still get the same error on installing, but i'll try and see if upgrade will work. Thanks
try
# rpm -qa|grep -i mysql
and you'll see that you still have MySQL-*-* installed.
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@gmail.com Para: "CentOS mailing list" centos@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@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@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@localhost linux 23-02-2007]#
Patricio A. Bruna wrote:
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.
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!
NEVER EVER USE --nodeps OR --force IF YOU DON'T KNOW WHAT YOU ARE DOING. IF YOU THINK YOU MUST USE --nodeps OR --force YOU PROBABLY DON'T KNOW WHAT YOU ARE DOING ANYWAY.
Sheesh.
Ralph
On 3/8/07, Ern jura exjura@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@localhost linux 23-02-2007]# rpm -i --nodeps mysql-5.0.27-1.el4.centos.i386.rpm
Egads 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.