When I try to run
yum install php-mssql
I get the following error
--> Processing Conflict: mysql conflicts MySQL --> Processing Conflict: mysql-server conflicts MySQL-server --> Finished Dependency Resolution mysql-5.0.45-7.el5.x86_64 from installed has depsolving problems --> mysql conflicts with mysql mysql-server-5.0.45-7.el5.x86_64 from installed has depsolving problems --> mysql-server conflicts with mysql-server Error: mysql conflicts with mysql Error: mysql-server conflicts with mysql-server You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
It starts with
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: www7.atomicorp.com * epel: mirror.fraunhofer.de
When I run
package-cleanup --dupes | grep mysql
mysql-server-5.0.90-1.el5.art.x86_64 mysql-server-5.0.45-7.el5.x86_64 mysql-5.0.90-1.el5.art.x86_64 mysql-5.0.45-7.el5.x86_64
I am trying to install the mssql package but it looks like there is a problem with mysql? Can I uninstall mysql-server-5.0.45-7.el5.x86_64 and mysql-5.0.45-7.el5.x86_64?
Please advice.