during installation when i issued #yum install bind-chroot i get this error Error: Missing Dependency: bind = 30:9.3.2-41.fc6 is needed by package caching-nameserver Error: Missing Dependency: libdns.so.21 is needed by package bind-utils Error: Missing Dependency: bind-libs = 30:9.3.2-41.fc6 is needed by package bind-utils the output of rpm -qa | grep bind bind-9.3.2-41.fc6 ypbind-1.19-5 bind-libs-9.3.2-41.fc6 bind-chroot-9.3.2-41.fc6 bind-utils-9.3.2-41.fc6 How do i fix this?
I have no Idea what might cause this, But I'am more familar with apt. Maybe you should ask in a fedora 6 forum how to solve this yum issue.
got it working. this is what i did yum remove bind yum remove bind-utils yum remove libdns.so.21 then yum install bind-chroot installation went fine. then yum install bind-utils