So, I have a new VPS with CentOS 6.4 and I'm trying to pull in the mysql55-* packages.
I can remove postfix and install / replace mysql with mysql55. However, if I try to install myql55-server I get the following: --> Running transaction check ---> Package mysql55-server.x86_64 0:5.5.31-1.ius.el5 will be installed --> Processing Dependency: mysql55-libs = 5.5.31-1.ius.el5 for package: mysql55-server-5.5.31-1.ius.el5.x86_64 --> Processing Dependency: mysql55 = 5.5.31-1.ius.el5 for package: mysql55-server-5.5.31-1.ius.el5.x86_64 --> Processing Dependency: perl-DBD-MySQL for package: mysql55-server-5.5.31-1.ius.el5.x86_64 --> Running transaction check ---> Package mysql55.x86_64 0:5.5.31-1.ius.el5 will be installed ---> Package mysql55-libs.x86_64 0:5.5.31-1.ius.el5 will be installed ---> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be installed --> Processing Conflict: mysql55-5.5.31-1.ius.el5.x86_64 conflicts mysql < 5.5 --> Processing Conflict: mysql55-libs-5.5.31-1.ius.el5.x86_64 conflicts mysql-libs < 5.5 --> Finished Dependency Resolution Error: mysql55 conflicts with mysql-5.1.69-1.el6_4.x86_64 Error: mysql55-libs conflicts with mysql-libs-5.1.69-1.el6_4.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest If I re-install mysql, mysql-libs and postfix and use the yum replace mysql --replace-with mysql55 it still tries to remove postfix due to dependancy check for mysql-libs. It seems like mysql55-libs doesn't seem to provide mysql-libs. Any ideas? henrik -- Henrik Hudson [email protected] ------------------------------------------------- "There are 10 kinds of people in the world: Those who understand binary and those who don't..." _______________________________________________ Mailing list: https://launchpad.net/~ius-community Post to : [email protected] Unsubscribe : https://launchpad.net/~ius-community More help : https://help.launchpad.net/ListHelp

