Ok to update Bind to latest version? bind-chroot has dependancies on it

BooDaddy

Verified User
Joined
Feb 20, 2009
Messages
50
So after running yum update on my server today, I noticed there were several packages updated. One of those was Bind. When I tried to update bind, I get the following dependency notifications:

Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: bind = 30:9.3.6-4.P1.el5_4.2 for package: bind-chroot
---> Package bind.x86_64 30:9.3.6-4.P1.el5_5.3 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-4.P1.el5_5.3 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-4.P1.el5_5.3 set to be updated
--> Finished Dependency Resolution
30:bind-chroot-9.3.6-4.P1.el5_4.2.x86_64 from installed has depsolving problems
--> Missing Dependency: bind = 30:9.3.6-4.P1.el5_4.2 is needed by package 30:bind-chroot-9.3.6-4.P1.el5_4.2.x86_64 (installed)
Error: Missing Dependency: bind = 30:9.3.6-4.P1.el5_4.2 is needed by package 30:bind-chroot-9.3.6-4.P1.el5_4.2.x86_64 (installed)
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


If I am thinking correctly, DA doesnt really have much going on with bind itself, but I am a little concerned that by using the --skip-broken argument I will run into problems.

Is it safe to go ahead and update bind skipping the dependencies?
 
Most important when updating BIND is to make sure it doesn't change your configuration files. check for files ending in rpm; you may need to do some merging.

Jeff
 
Back
Top