Page 1 of 1

Bind 9.5.0P2

Posted: Fri Sep 12, 2008 3:20 pm
by cah
Bind 9.5.0P2

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
2. Unzip and untar

Code: Select all

gzcat bind-9.5.0-P2.tar.gz | tar xf -
cd bind-9.5.0-P2
3. Configure

Code: Select all

configure --with-libtool
4. Compile

Code: Select all

make
5. Test

Code: Select all

make test
6. Install it

Code: Select all

make install
7. Restart bind/named

Code: Select all

/etc/init.d/named stop
/etc/init.d/named start