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

11.2 11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 4659414 was 3c71fab, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to bind9-9.18.5.

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