ius-community team mailing list archive
-
ius-community team
-
Mailing list archive
-
Message #00623
Re: perl-DBD-mysql dependancy problem
>>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 package with no deps. Just make sure you install the mysqlclient16 package to fix the broken dependencies. This is the package that contains the older libraries in it, mysql55-libs just contains the new libraries.
rpm -e mysql-libs --nodeps
#this will fix deps
yum install mysql55 mysql55-libs mysqlclient16
-Josh
Follow ups
References