source: networking/netutils/bind-utils.xml@ ae20e9a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since ae20e9a was 8a36345, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to bind-9.18.12.

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[3bba7e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[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">
[d8c65d6]8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
[60a2f00]9 <!ENTITY bind-md5sum "&bind-md5;">
[8a36345]10 <!ENTITY bind-size "5.2 MB">
11 <!ENTITY bind-utils-buildsize "107 MB">
[b8007e8e]12 <!ENTITY bind-utils-time "0.2 SBU">
[3bba7e2]13]>
14
[c951082]15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
[927b60f]16 <?dbhtml filename="bind-utils.html"?>
[50b8d8b]17
18
[c951082]19 <title>BIND Utilities-&bind-version;</title>
[50b8d8b]20
[927b60f]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
[1065a91]30 package, it is a collection of the client side programs that are included
[50b8d8b]31 with <xref linkend="bind"/>. The <application>BIND</application>
[1065a91]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
[927b60f]37 client side applications.</para>
[50b8d8b]38
[09a464a]39 &lfs113_checked;
[40399b1]40
[927b60f]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7c56ece]44 <para>
45 Download (HTTP): <ulink url="&bind-download-http;"/></para>
[927b60f]46 </listitem>
47 <listitem>
[7c56ece]48 <para>
49 Download (FTP): <ulink url="&bind-download-ftp;"/></para>
[927b60f]50 </listitem>
51 <listitem>
[7c56ece]52 <para>
53 Download MD5 sum: &bind-md5sum;</para>
[927b60f]54 </listitem>
55 <listitem>
[7c56ece]56 <para>
57 Download size: &bind-size;</para>
[927b60f]58 </listitem>
59 <listitem>
[7c56ece]60 <para>
61 Estimated disk space required: &bind-utils-buildsize;</para>
[927b60f]62 </listitem>
63 <listitem>
[7c56ece]64 <para>
65 Estimated build time: &bind-utils-time;</para>
[2174baa]66 </listitem>
[927b60f]67 </itemizedlist>
[50b8d8b]68
[927b60f]69 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
[50b8d8b]70
[af0874b]71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libuv"/>
74 </para>
75
[24f32bb]76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
[0ebcf2e]78 <xref linkend="json-c"/> and
79 <xref linkend="nghttp2"/>
[24f32bb]80 </para>
81
[927b60f]82 <bridgehead renderas="sect4">Optional</bridgehead>
[7ba60b6e]83 <para role="optional">
[5162d792]84 <xref linkend="libcap-pam"/>,
85 <xref linkend="libxml2"/>, and
[402910e]86 <xref linkend="sphinx"/>
[7ba60b6e]87 </para>
[50b8d8b]88
[061ec9d]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/bind-utils"/></para>
91
[927b60f]92 </sect2>
[50b8d8b]93
[927b60f]94 <sect2 role="installation">
95 <title>Installation of BIND Utilities</title>
96
[7c56ece]97 <para>
98 Install <application>BIND Utilities</application> by
[927b60f]99 running the following commands:</para>
100
[c0cf007f]101<screen><userinput>./configure --prefix=/usr &amp;&amp;
[345c66e]102make -C lib/isc &amp;&amp;
[a8d67ac6]103make -C lib/dns &amp;&amp;
104make -C lib/ns &amp;&amp;
[b8214dc6]105make -C lib/isccfg &amp;&amp;
[a8d67ac6]106make -C lib/bind9 &amp;&amp;
[345c66e]107make -C lib/irs &amp;&amp;
[5162d792]108make -C bin/dig &amp;&amp;
109make -C doc</userinput></screen>
[50b8d8b]110
[7c56ece]111 <para>
112 This portion of the package does not come with a test suite.</para>
[c27abcb4]113
[7c56ece]114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:</para>
[927b60f]116
[a8d67ac6]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/bind9 install &amp;&amp;
122make -C lib/irs install &amp;&amp;
123make -C bin/dig install &amp;&amp;
[5162d792]124cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
[50b8d8b]125
[927b60f]126 </sect2>
[50b8d8b]127
[927b60f]128 <sect2 role="commands">
129 <title>Command Explanations</title>
[50b8d8b]130
[0ebcf2e]131 <para>
132 <option>--disable-doh</option>: Use this option if you have not installed
133 <xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
134 support.
135 </para>
136
[7c56ece]137 <para>
138 <command>make -C lib/...</command>: These commands build the
[5162d792]139 libraries that are needed for the client programs.
140 </para>
[50b8d8b]141
[7c56ece]142 <para>
143 <command>make -C bin/dig</command>: This command builds the
[5162d792]144 client programs.
145 </para>
146
147 <para>
148 <command>make -C doc</command>: This command builds the
[54d58907]149 manual pages if the optional Python module
[c10acfe]150 <xref linkend="sphinx"/> is installed.
[5162d792]151 </para>
152
153 <para>
[54d58907]154 Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
[5fb7e6d9]155 to install the the manual pages if they have been built.
[5162d792]156 </para>
[50b8d8b]157
[927b60f]158 </sect2>
[50b8d8b]159
[927b60f]160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
[50b8d8b]167
[927b60f]168 <seglistitem>
169 <seg>dig, host, and nslookup</seg>
170 <seg>None</seg>
171 <seg>None</seg>
172 </seglistitem>
173 </segmentedlist>
[50b8d8b]174
[927b60f]175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
[50b8d8b]176
[7c56ece]177 <para>
178 See the program descriptions in the <xref linkend="bind"/> section.
179 </para>
[927b60f]180
181 </sect2>
[89033ca]182
[57dda11f]183</sect1>
Note: See TracBrowser for help on using the repository browser.