← Back to team overview

ius-community team mailing list archive

Yum install conflicts

 

Hello,
 I'm trying to install nagios from the rpmforge repo (it has nagios version 3.2.3 as opposed to 2.12 from ius-epel), but I get the following errors:

$ yum --enablerepo=rpmforge install nagios
….
--> Finished Dependency Resolution
php53-common-5.3.3-1.el5_6.1.x86_64 from installed has depsolving problems
  --> php53-common conflicts with php-common
Error: php53-common conflicts with php-common


I noticed in the main docs, you give reference to a bug that is supposedly fixed that does not resolve close conflicts with names: https://bugs.launchpad.net/ius/+bug/453543

Supposedly this was fixed: "As of Yum 3.2.26 (backported: 3.2.22-23) this is no longer a problem."

I'm running yum version 3.2.22-33 on RHEL 5.6

I'm fairly new to RHEL and yum, so I apologize if this is an issue you don't support.

Side note, I was able to get the conflicts to resolve somewhat by using exclude in /etc/yum.conf using: exclude=kernel* php*5.1* php*5.2*

Now I get:

$yum --enablerepo=rpmforge install nagios

--> Finished Dependency Resolution
php53-common-5.3.3-1.el5_6.1.x86_64 from installed has depsolving problems
  --> php53-common conflicts with php53u-common
Error: php53-common conflicts with php53u-common


Any idea how to remove conflict with php53u?




Follow ups

References