That would do it too. Don't neglect to re-select packages for upgrading. The script gives you an option to keep the list that was already selected but not completed. Do not use the old list, and your change will make the script
not prompt you for selection of djbdns.

I'm curious, what were the error messages you got (dependencies, from what
you've said) when trying to install it?

Prblem is because script try to install more djbdns rpm-s;

when i do manualy, i understand what happend;

when i execute   rpmbuild --rebuild --with cnt40 djbdns*.src.rpm
it's create 4 rpms in /usr/src/redhat/RPMS/i386

djbdns-1.05-1.0.3.i386.rpm        djbdns-extcache-1.05-1.0.3.i386.rpm
djbdns-devel-1.05-1.0.3.i386.rpm  djbdns-localcache-1.05-1.0.3.i386.rpm

and if i install djbdns-1.05-1.0.3.i386.rpm with jbdns- localcache-1.05-1.0.3.i386.rpm i got a lot of errors. Errors what i got wit qtp-newmodel is dependecy problem djbdns- extcache-1.05-1.0.3.i386.rpm and djbdns-devel-1.05-1.0.3.i386.rpm

I look in HoWto http://www.qmailtoaster.com/centos/cnt40/EZ- QmailToaster-CentOS-4.3.txt and in step 8 is right solution:

8. Add djbdns (if you don't want bind)
--------------------------------------------------------------------

  rpm -e --nodeps bind bind-chroot caching-nameserver

  rpmbuild --rebuild --with cnt40 djbdns*.src.rpm

  rpm -Uvh ../redhat/RPMS/i386/djbdns-localcache*.rpm

  echo "search your-domain.com" > /etc/resolv.conf
  echo "nameserver 127.0.0.1" >> /etc/resolv.conf


  REBOOT

and that work for me...
So i install ONLY djbdns-localcache-1.05-1.0.3.i386.rpm and every thing works fine..


Reply via email to