CentOS RPM Dependency Problem
Posted by Michael Thu, 25 Jan 2007 08:22:09 GMT
Here’s an interesting one. This morning I went to upgrade a CentOS 4.3 to 4.4 via yum and got:
Error: Missing Dependency: rpm = 4.3.3-13_nonptl is needed by package rpm-build Error: Missing Dependency: rpm = 4.3.3-13_nonptl is needed by package rpm-devel
doing
rpm --erase rpm-build-4.3.3-13_nonptl rpm --erase rpm-devel-4.3.3-13_nonptl yum upgrade -y && yum install rpm-build rpm-devel
seemed to clear it up, but I’m not sure how it got that way. Anyway, I figured I publicly post that in case you run into the same issue.
