![]() | ![]() |
Unlike the BIND 8.2.3 distribution, this will create a bind-9.1.0 subdirectory of your working directory for all of the BIND source code. (BIND 8 distributions always unpacked everything into the working directory.) The bind-9.1.0 subdirectory will have subdirectories called:% tar zxvf bind-9.1.0.tar.gz
Or, if you need to disable threads, for example, run:% ./configure
To build BIND, type:% ./configure disable-threads
The source code should compile without errors. To install BIND, type this as root:% make all
That's all there is!# make install