%general-entities; ]> $LastChangedBy$ $Date$ BIND Utilities-&bind-version;p1 BIND Utilities Introduction to <application><acronym>BIND</acronym> Utilities</application> BIND Utilities is not a separate package, it is a collection of the client side programs that are included with . 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. Package information Download (HTTP): Download (FTP): Download size: &bind-size; Estimated disk space required: &bind-utils-buildsize; Estimated build time: &bind-utils-time; Additional downloads <application><acronym>BIND</acronym> Utilities</application> dependencies Optional Installation of <application><acronym>BIND</acronym> Utilities</application> Install BIND Utilities by running the following commands: patch -Np1 -i ../&bind-version;-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 Command explanations patch -Np1 -i ../&bind-version;-patch1: There's a vulnerability in the DNSSEC code. See . 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. Contents Installed Programs Installed Libraries Installed Directories dig, host and nslookup None None Short Descriptions See the program descriptions in the section.