source: networking/netutils/bind-utils.xml@ 8d57f6d4

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 8d57f6d4 was 58fee5a0, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to BIND-9.20.0.

There's a lot of changes that went in here. The tests require the
hypothesis python module, so I've added in a set of commands to setup a
virtual environment and then run the tests from there.

Two libraries were removed, which required changes over in BIND
Utilities to instructions and to the installed files in BIND

The DLZ support has been removed sine BIND-9.18.0 (20 releases ago), so
I've removed the option for that from Command Explanations and dropped
the dependencies.

  • Property mode set to 100644
File size: 5.2 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 &lfs121_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 bin/dig &amp;&amp;
106make -C doc</userinput></screen>
107
108 <para>
109 This portion of the package does not come with a test suite.</para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role='root'><userinput>make -C lib/isc install &amp;&amp;
115make -C lib/dns install &amp;&amp;
116make -C lib/ns install &amp;&amp;
117make -C lib/isccfg install &amp;&amp;
118make -C bin/dig install &amp;&amp;
119cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <option>--disable-doh</option>: Use this option if you have not installed
128 <xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
129 support.
130 </para>
131
132 <para>
133 <command>make -C lib/...</command>: These commands build the
134 libraries that are needed for the client programs.
135 </para>
136
137 <para>
138 <command>make -C bin/dig</command>: This command builds the
139 client programs.
140 </para>
141
142 <para>
143 <command>make -C doc</command>: This command builds the
144 manual pages if the optional Python module
145 <xref linkend="sphinx"/> is installed.
146 </para>
147
148 <para>
149 Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
150 to install the manual pages if they have been built.
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>dig, host, and nslookup</seg>
165 <seg>None</seg>
166 <seg>None</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171
172 <para>
173 See the program descriptions in the <xref linkend="bind"/> section.
174 </para>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.