BIND Utilities

From CBLFS
Revision as of 18:12, 5 November 2006 by Epitome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Here are the instructions to install the ISC utilities dig, nslookup, and host. See the BIND section for instructions for setting up a DNS nameserver.

Download Source: ftp://ftp.isc.org/isc/bind9/9.3.2/bind-9.3.2.tar.gz
Alternate Download Source: http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.3.2/bind-9.3.2.tar.gz

Dependencies

Optional

  • OpenSSL (Recommended for secure environments)

Non-Multilib

Compile the package:

./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

Install the package

make -C bin/dig install

Multilib

32Bit

Please contribute to this section

N32

Please contribute to this section

64Bit

Please contribute to this section