BIND Utilities is not a separate package, it is a collection of the client side programs that are included with BIND-9.3.0p1. The BIND package includes the client side programs nslookup, dig and host. If you install BIND server, these programs will be installed automatically. This section is for those users who don't need the complete BIND server, but need these client side applications.
Download (HTTP): http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.3.0/bind-9.3.0.tar.gz
Download (FTP): ftp://ftp.isc.org/isc/bind9/9.3.0/bind-9.3.0.tar.gz
Download MD5 sum: fdb42fff7e345372ac52a4493b77b694
Download size: 4.6 MB
Estimated disk space required: 52.2 MB
Estimated build time: 0.65 SBU
Install BIND Utilities by running the following commands:
patch -Np1 -i ../9.3.0-patch1 &&
./configure --prefix=/usr &&
make -C lib/dns &&
make -C lib/isc &&
make -C lib/bind9 &&
make -C lib/isccfg &&
make -C lib/lwres &&
make -C bin/dig
Now, as the root user:
make -C bin/dig install
patch -Np1 -i ../9.3.0-patch1: There's a vulnerability in the DNSSEC code. See http://www.kb.cert.org/vuls/id/938617. The patch fixes the bug.
make -C lib/...: These commands build the libraries that are needed for the client programs.
make -C bin/dig: This command builds the client programs.
See the program descriptions in the BIND-9.3.0p1 section.
Last updated on 2005-02-11 11:16:14 -0700