The ISC Web site states that in order to run BIND, you must be running a Unix-based system with an ANSI C compiler, basic POSIX support, and a good pthreads implementation. The following operating systems have been successfully configured in the past by ICS to run BIND:
Because BIND is Unix-based, installation can be a nightmare. Downloading BIND, however, is easy. Visiting www.ics.org and going through the process of downloading the latest version of BIND is the best (and usually only) way to get the program. All you have to do is download the install file to an empty directory; then enter the following command into the prompt:
gunzipThis will extract the BIND source code into the current directory. After extraction is complete, you will need to compile the source code. It would be nearly impossible to explain how to install it on every given machine that it can be installed on, so your best bet is to check out the src/INSTALL file for instructions straight from ICS.
Believe it or not, BIND is also available for Windows NT. It comes uncompiled though, so you'll need a C++ compiler such as Visual C++ 6.0 to compile it into a functional binary. The NT version can be downloaded from ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/bind-src.tar.gz. The source that needs to be compiled should be in src/port/winnt.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.