problem installing bind-chroot

Discussion in 'Installation/Configuration' started by kreya, Jun 5, 2007.

  1. kreya

    kreya New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. kreya

    kreya New Member

    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
     

Share This Page