1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY bind-download-http " ">
|
---|
8 | <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
---|
9 | <!ENTITY bind-md5sum "59ea48bfeb50d5f4df315c5bf7df029e">
|
---|
10 | <!ENTITY bind-size "6.0 MB">
|
---|
11 | <!ENTITY bind-utils-buildsize "106 MB">
|
---|
12 | <!ENTITY bind-utils-time "0.7 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
|
---|
16 | <?dbhtml filename="bind-utils.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>BIND Utilities-&bind-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="bind-utils">
|
---|
26 | <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to BIND Utilities</title>
|
---|
31 |
|
---|
32 | <para><application>BIND Utilities</application> is not a separate
|
---|
33 | package, it is a collection of the client side programs that are included
|
---|
34 | with <xref linkend="bind"/>. The <application>BIND</application>
|
---|
35 | package includes the client side programs <command>nslookup</command>,
|
---|
36 | <command>dig</command> and <command>host</command>. If you install
|
---|
37 | <application>BIND</application> server, these programs will be installed
|
---|
38 | automatically. This section is for those users who don't need the complete
|
---|
39 | <application>BIND</application> server, but need these
|
---|
40 | client side applications.</para>
|
---|
41 |
|
---|
42 | &lfs84_checked;
|
---|
43 |
|
---|
44 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
45 | <itemizedlist spacing="compact">
|
---|
46 | <listitem>
|
---|
47 | <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Download MD5 sum: &bind-md5sum;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Download size: &bind-size;</para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>Estimated disk space required: &bind-utils-buildsize;</para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>Estimated build time: &bind-utils-time;</para>
|
---|
63 | </listitem>
|
---|
64 | </itemizedlist>
|
---|
65 |
|
---|
66 | <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
|
---|
67 |
|
---|
68 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
69 | <para role="optional">
|
---|
70 | <xref linkend="libcap-pam"/> and
|
---|
71 | <xref linkend="libxml2"/>
|
---|
72 | </para>
|
---|
73 |
|
---|
74 | <para condition="html" role="usernotes">User Notes:
|
---|
75 | <ulink url="&blfs-wiki;/bind-utils"/></para>
|
---|
76 |
|
---|
77 | </sect2>
|
---|
78 |
|
---|
79 | <sect2 role="installation">
|
---|
80 | <title>Installation of BIND Utilities</title>
|
---|
81 |
|
---|
82 | <para>Install <application>BIND Utilities</application> by
|
---|
83 | running the following commands:</para>
|
---|
84 |
|
---|
85 | <screen><userinput>./configure --prefix=/usr --without-python &&
|
---|
86 | make -C lib/dns &&
|
---|
87 | make -C lib/isc &&
|
---|
88 | make -C lib/bind9 &&
|
---|
89 | make -C lib/isccfg &&
|
---|
90 | make -C lib/irs &&
|
---|
91 | make -C bin/dig</userinput></screen>
|
---|
92 |
|
---|
93 | <para>This portion of the package does not come with a test suite.</para>
|
---|
94 |
|
---|
95 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
96 |
|
---|
97 | <screen role='root'><userinput>make -C bin/dig install</userinput></screen>
|
---|
98 |
|
---|
99 | </sect2>
|
---|
100 |
|
---|
101 | <sect2 role="commands">
|
---|
102 | <title>Command Explanations</title>
|
---|
103 |
|
---|
104 | <para><option>--without-python</option>: This option eliminates
|
---|
105 | the need for an unused python module.</para>
|
---|
106 |
|
---|
107 | <para><command>make -C lib/...</command>: These commands build the
|
---|
108 | libraries that are needed for the client programs.</para>
|
---|
109 |
|
---|
110 | <para><command>make -C bin/dig</command>: This command builds the
|
---|
111 | client programs.</para>
|
---|
112 |
|
---|
113 | </sect2>
|
---|
114 |
|
---|
115 | <sect2 role="content">
|
---|
116 | <title>Contents</title>
|
---|
117 |
|
---|
118 | <segmentedlist>
|
---|
119 | <segtitle>Installed Programs</segtitle>
|
---|
120 | <segtitle>Installed Libraries</segtitle>
|
---|
121 | <segtitle>Installed Directories</segtitle>
|
---|
122 |
|
---|
123 | <seglistitem>
|
---|
124 | <seg>dig, host, and nslookup</seg>
|
---|
125 | <seg>None</seg>
|
---|
126 | <seg>None</seg>
|
---|
127 | </seglistitem>
|
---|
128 | </segmentedlist>
|
---|
129 |
|
---|
130 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
131 |
|
---|
132 | <para>See the program descriptions in the <xref linkend="bind"/>
|
---|
133 | section.</para>
|
---|
134 |
|
---|
135 | </sect2>
|
---|
136 |
|
---|
137 | </sect1>
|
---|