Bind 9.5.0P1 für SuSE 9.3
Suse 9.3 (32BIT)
Verfügbare Pakete
Bind: 9.5.0P1
Manuelle Installation: http://rpms.serversupportforum.de/suse93/
Installation Suse 9.3:
Code:
/etc/init.d/named stop
cd /root
mkdir bind
cd bin
#Alles Downloaden
wget -r -np -nH -1 http://rpms.serversupportforum.de/suse93/bind-9.5.0P1/
#Installieren bzw. Updaten
rpm -Uvh *.rpm
/etc/init.d/named start