Contents
Short Descriptions
See the program descriptions in the BIND-9.13.2 section.
BIND Utilities is not a separate package, it is a collection of the client side programs that are included with BIND-9.13.2. 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.
This package is known to build and work properly using an LFS-8.3 platform.
Download (FTP): ftp://ftp.isc.org/isc/bind9/9.13.2/bind-9.13.2.tar.gz
Download MD5 sum: 01d0524016ac15ea3f4b6c77d99db0b2
Download size: 8.1 MB
Estimated disk space required: 113 MB
Estimated build time: 0.6 SBU
libcap-2.25 with PAM and libxml2-2.9.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bind-utils
Install BIND Utilities by running the following commands:
./configure --prefix=/usr && make -C lib/dns && make -C lib/isc && make -C lib/bind9 && make -C lib/isccfg && make -C lib/irs && make -C bin/dig
This portion of the package does not come with a test suite.
Now, as the root
user:
make -C bin/dig install
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.13.2 section.
Last updated on 2018-08-20 13:08:58 -0700