Hello,
I am in dependency hell with YUM on the CentOS 5 default template:
# rpm -Uhv http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/rpm-4.4.2-47.el5.x86_64.rpm --force
Retrieving http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/rpm-4.4.2-47.el5.x86_64.rpm
error: Failed dependencies:
rpm = 4.4.2-37.el5 is needed by (installed) rpm-libs-4.4.2-37.el5.x86_64
# rpm -Uhv http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/rpm-libs-4.4.2-47.el5.x86_64.rpm --force
Retrieving http://mirror.centos.org/centos-5/5/os/x86_64/CentOS/rpm-libs-4.4.2-47.el5.x86_64.rpm
error: Failed dependencies:
rpm = 4.4.2-47.el5 is needed by rpm-libs-4.4.2-47.el5.x86_64
I have attempted to follow the instructions in this thread and on the wiki for CentOS 5, but run into the same problem at the end.
Has anyone solved this?
Thanks
Jon