source: networking/netutils/bind-utils.xml@ 81d6733

12.2 lazarus trunk xry111/for-12.3
Last change on this file since 81d6733 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
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3bba7e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[8dfc5c3]6
[cd9f166a]7 <!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
[e1e58be]8 <!ENTITY bind-download-ftp " ">
[60a2f00]9 <!ENTITY bind-md5sum "&bind-md5;">
[58fee5a0]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)">
[3bba7e2]13]>
14
[c951082]15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
[927b60fc]16 <?dbhtml filename="bind-utils.html"?>
[50b8d8b]17
18
[c951082]19 <title>BIND Utilities-&bind-version;</title>
[50b8d8b]20
[927b60fc]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
[7c56ece]28 <para>
29 <application>BIND Utilities</application> is not a separate
[eb684454]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>
[50b8d8b]39
[e36541d]40 &lfs121_checked;
[40399b1]41
[927b60fc]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[7c56ece]45 <para>
46 Download (HTTP): <ulink url="&bind-download-http;"/></para>
[927b60fc]47 </listitem>
48 <listitem>
[7c56ece]49 <para>
50 Download (FTP): <ulink url="&bind-download-ftp;"/></para>
[927b60fc]51 </listitem>
52 <listitem>
[7c56ece]53 <para>
54 Download MD5 sum: &bind-md5sum;</para>
[927b60fc]55 </listitem>
56 <listitem>
[7c56ece]57 <para>
58 Download size: &bind-size;</para>
[927b60fc]59 </listitem>
60 <listitem>
[7c56ece]61 <para>
62 Estimated disk space required: &bind-utils-buildsize;</para>
[927b60fc]63 </listitem>
64 <listitem>
[7c56ece]65 <para>
66 Estimated build time: &bind-utils-time;</para>
[2174baa]67 </listitem>
[927b60fc]68 </itemizedlist>
[50b8d8b]69
[927b60fc]70 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
[50b8d8b]71
[af0874b]72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
[58fee5a0]74 <xref linkend="liburcu"/> and
[af0874b]75 <xref linkend="libuv"/>
76 </para>
77
[24f32bb]78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
[0ebcf2e]80 <xref linkend="json-c"/> and
81 <xref linkend="nghttp2"/>
[24f32bb]82 </para>
83
[927b60fc]84 <bridgehead renderas="sect4">Optional</bridgehead>
[7ba60b6e]85 <para role="optional">
[5162d792]86 <xref linkend="libcap-pam"/>,
87 <xref linkend="libxml2"/>, and
[402910e]88 <xref linkend="sphinx"/>
[7ba60b6e]89 </para>
[50b8d8b]90
[927b60fc]91 </sect2>
[50b8d8b]92
[927b60fc]93 <sect2 role="installation">
94 <title>Installation of BIND Utilities</title>
95
[7c56ece]96 <para>
97 Install <application>BIND Utilities</application> by
[927b60fc]98 running the following commands:</para>
99
[c0cf007f]100<screen><userinput>./configure --prefix=/usr &amp;&amp;
[345c66e]101make -C lib/isc &amp;&amp;
[a8d67ac6]102make -C lib/dns &amp;&amp;
103make -C lib/ns &amp;&amp;
[b8214dc6]104make -C lib/isccfg &amp;&amp;
[5162d792]105make -C bin/dig &amp;&amp;
106make -C doc</userinput></screen>
[50b8d8b]107
[7c56ece]108 <para>
109 This portion of the package does not come with a test suite.</para>
[c27abcb4]110
[7c56ece]111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:</para>
[927b60fc]113
[a8d67ac6]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;
[5162d792]119cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
[50b8d8b]120
[927b60fc]121 </sect2>
[50b8d8b]122
[927b60fc]123 <sect2 role="commands">
124 <title>Command Explanations</title>
[50b8d8b]125
[0ebcf2e]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
[7c56ece]132 <para>
133 <command>make -C lib/...</command>: These commands build the
[5162d792]134 libraries that are needed for the client programs.
135 </para>
[50b8d8b]136
[7c56ece]137 <para>
138 <command>make -C bin/dig</command>: This command builds the
[5162d792]139 client programs.
140 </para>
141
142 <para>
143 <command>make -C doc</command>: This command builds the
[54d58907]144 manual pages if the optional Python module
[c10acfe]145 <xref linkend="sphinx"/> is installed.
[5162d792]146 </para>
147
148 <para>
[54d58907]149 Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
[eb684454]150 to install the manual pages if they have been built.
[5162d792]151 </para>
[50b8d8b]152
[927b60fc]153 </sect2>
[50b8d8b]154
[927b60fc]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>
[50b8d8b]162
[927b60fc]163 <seglistitem>
164 <seg>dig, host, and nslookup</seg>
165 <seg>None</seg>
166 <seg>None</seg>
167 </seglistitem>
168 </segmentedlist>
[50b8d8b]169
[927b60fc]170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
[50b8d8b]171
[7c56ece]172 <para>
173 See the program descriptions in the <xref linkend="bind"/> section.
174 </para>
[927b60fc]175
176 </sect2>
[89033ca]177
[57dda11f]178</sect1>
Note: See TracBrowser for help on using the repository browser.