1. Get the source code:
Code: Select all
wget http://ftp.isc.org/isc/bind9/9.5.0-P2/bind-9.5.0-P2.tar.gz
Code: Select all
gzcat bind-9.5.0-P2.tar.gz | tar xf -
cd bind-9.5.0-P2
Code: Select all
configure --with-libtool
Code: Select all
make
Code: Select all
make test
Code: Select all
make install
Code: Select all
/etc/init.d/named stop
/etc/init.d/named start