Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- From: Jan Gerrit Kootstra <jan.gerrit@xxxxxxxxxxxxxxx>
- Date: Sat, 07 Jun 2008 10:56:19 +0200
1PW wrote:
Hello All:1PW,
Subject: RHEL 5.1 > RHEL 5.2 Dependency Hell.
On May 23rd, when Red Hat released the Tikanga updates for RHEL 5.2, I
updated my RHEL 5.1 system. However, after the yum process had
updated a few hundred files, and installed some new ones, I was left
with a some unfinished updates.
In an effort to correct this, and provide a good environment, I ran the following:
# rpm –rebuilddb
# yum clean packages headers metadata dbcache
and then...
# yum update -y
I still receive:
--> Running transaction check
---> Package evolution-data-server.i386 0:1.12.3-6.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.2-5.el5 set to be updated
--> Processing Dependency: libegroupwise-1.2.so.12 for package: evolution-data-server-devel
--> Processing Dependency: libexchange-storage-1.2.so.2 for package: evolution-data-server-devel
--> Processing Dependency: evolution-data-server = 1.8.0-25.el5 for package: evolution-data-server-devel
--> Finished Dependency Resolution
Error: Missing Dependency: libegroupwise-1.2.so.12 is needed by package evolution-data-server-devel
Error: Missing Dependency: libexchange-storage-1.2.so.2 is needed by package evolution-data-server-devel
Error: Missing Dependency: evolution-data-server = 1.8.0-25.el5 is needed by package evolution-data-server-devel
In the past, under lessor circumstances, I would have downloaded all
rpms of similar file names that already were on my system. Then I'd
try a:
# rpm -ivh *.*
This would work fine. However, in the above situation, my “Dependency
Hell” seems too extensive. Because of these residual unsatisfied
dependencies, the subsequent Red Hat updates have all been done
manually, by file name, so I don't fall behind.
Any ideas? Thank you.
I downloaded the DVD iso and started first with:
mount -o loop /path-to-iso/rhel-5-server-x86_64-dvd.iso /mnt
cd /mnt/Server
for i in *.rpm
do
yum localupdate $i
done
after that i ran:
yum -y update
Kind regards,
Jan Gerrit Kootstra
.
- Follow-Ups:
- Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- From: Nico Kadel-Garcia
- Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- From: 1PW
- Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- References:
- RHEL 5.1 > RHEL 5.2 Dependency Hell.
- From: 1PW
- RHEL 5.1 > RHEL 5.2 Dependency Hell.
- Prev by Date: Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- Next by Date: Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- Previous by thread: Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- Next by thread: Re: RHEL 5.1 > RHEL 5.2 Dependency Hell.
- Index(es):
Relevant Pages
|