Re: [Ius-community] perl-DBD-mysql dependancy problem

2013-05-20 Thread Joshua Rusch
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 The quick way to handle this is to remove the mysql-libs

Re: [Ius-community] perl-DBD-mysql dependancy problem

2013-05-20 Thread Ben Harper
On 05/20/2013 04:49 AM, Henrik Hudson wrote: 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 ---

Re: [Ius-community] perl-DBD-mysql dependancy problem

2013-05-20 Thread Henrik Hudson
On Mon, 20 May 2013, Joshua Rusch wrote: 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 The