Bind 9.5.0P2

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Bind 9.5.0P2

Post 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
CAH, The Great
Post Reply