Bind 9.5.0P2
Posted: Fri Sep 12, 2008 3:20 pm
Bind 9.5.0P2
1. Get the source code:
2. Unzip and untar
3. Configure
4. Compile
5. Test
6. Install it
7. Restart bind/named
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