source: networking/netutils/bind-utils.xml@ 378990d3

trunk
Last change on this file since 378990d3 was 378990d3, checked in by Thomas Trepl <thomas@…>, 4 hours ago

Upgrade bind-9.20.2. Add nsupdate and rncd to client tools

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
8 <!ENTITY bind-download-ftp " ">
9 <!ENTITY bind-md5sum "&bind-md5;">
10 <!ENTITY bind-size "5.5 MB">
11 <!ENTITY bind-utils-buildsize "117 MB">
12 <!ENTITY bind-utils-time "0.5 SBU (using parallelism=4)">
13]>
14
15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
16 <?dbhtml filename="bind-utils.html"?>
17
18
19 <title>BIND Utilities-&bind-version;</title>
20
21 <indexterm zone="bind-utils">
22 <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to BIND Utilities</title>
27
28 <para>
29 <application>BIND Utilities</application> is not a separate
30 package, it is a collection of the client side programs that are included
31 with <xref linkend="bind"/>. The <application>BIND</application>
32 package includes the client side programs <command>nslookup</command>,
33 <command>dig</command> and <command>host</command>. If you install
34 <application>BIND</application> server, these programs will be installed
35 automatically. This section is for those users who don't need the complete
36 <application>BIND</application> server, but need these
37 client side applications.
38 </para>
39
40 &lfs122_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&bind-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&bind-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &bind-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &bind-size;</para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &bind-utils-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &bind-utils-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="liburcu"/> and
75 <xref linkend="libuv"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="json-c"/> and
81 <xref linkend="nghttp2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="libcap-pam"/>,
87 <xref linkend="libxml2"/>, and
88 <xref linkend="sphinx"/>
89 </para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of BIND Utilities</title>
95
96 <para>
97 Install <application>BIND Utilities</application> by
98 running the following commands:</para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make -C lib/isc &amp;&amp;
102make -C lib/dns &amp;&amp;
103make -C lib/ns &amp;&amp;
104make -C lib/isccfg &amp;&amp;
105make -C lib/isccc &amp;&amp;
106make -C bin/dig &amp;&amp;
107make -C bin/nsupdate &amp;&amp;
108make -C bin/rndc &amp;&amp;
109make -C doc</userinput></screen>
110
111 <para>
112 This portion of the package does not come with a test suite.</para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role='root'><userinput>make -C lib/isc install &amp;&amp;
118make -C lib/dns install &amp;&amp;
119make -C lib/ns install &amp;&amp;
120make -C lib/isccfg install &amp;&amp;
121make -C lib/isccc install &amp;&amp;
122make -C bin/dig install &amp;&amp;
123make -C bin/nsupdate install &amp;&amp;
124make -C bin/rndc install &amp;&amp;
125cp -v doc/man/{dig.1,host.1,nslookup.1,nsupdate.1} /usr/share/man/man1 &amp;&amp;
126cp -v doc/man/rndc.8 /usr/share/man/man8</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <option>--disable-doh</option>: Use this option if you have not installed
135 <xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
136 support.
137 </para>
138
139 <para>
140 <command>make -C lib/...</command>: These commands build the
141 libraries that are needed for the client programs.
142 </para>
143
144 <para>
145 <command>make -C bin/...</command>: This command builds the
146 client programs.
147 </para>
148
149 <para>
150 <command>make -C doc</command>: This command builds the
151 manual pages if the optional Python module
152 <xref linkend="sphinx"/> is installed.
153 </para>
154
155 <para>
156 Use <command>cp -v doc/man/... /usr/share/man/man...</command>
157 to install the manual pages if they have been built.
158 </para>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>dig, host, nslookup, nsupdate and rndc</seg>
172 <seg>None</seg>
173 <seg>None</seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178
179 <para>
180 See the program descriptions in the <xref linkend="bind"/> section.
181 </para>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.