source: networking/netutils/bind-utils.xml@ 4676c15d

10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4676c15d was 4676c15d, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to icu4c-68_2.
Update to sudo-1.9.4p1.
Update to LWP-Protocol-https-6.10 (Perl Module).
Update to node-14.15.3.
Update to bind-9.16.9 (including utils).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24003 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 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
7 <!ENTITY bind-download-http " ">
[d8c65d6]8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
[4676c15d]9 <!ENTITY bind-md5sum "32463c0fe91abaf4894eee09a97f1ce6">
[5d5c2107]10 <!ENTITY bind-size "3.1 MB">
[4676c15d]11 <!ENTITY bind-utils-buildsize "112 MB">
12 <!ENTITY bind-utils-time "0.5 SBU">
[3bba7e2]13]>
14
[c951082]15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
[927b60f]16 <?dbhtml filename="bind-utils.html"?>
[50b8d8b]17
[927b60f]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[c951082]23 <title>BIND Utilities-&bind-version;</title>
[50b8d8b]24
[927b60f]25 <indexterm zone="bind-utils">
26 <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to BIND Utilities</title>
31
[7c56ece]32 <para>
33 <application>BIND Utilities</application> is not a separate
[1065a91]34 package, it is a collection of the client side programs that are included
[50b8d8b]35 with <xref linkend="bind"/>. The <application>BIND</application>
[1065a91]36 package includes the client side programs <command>nslookup</command>,
37 <command>dig</command> and <command>host</command>. If you install
38 <application>BIND</application> server, these programs will be installed
39 automatically. This section is for those users who don't need the complete
40 <application>BIND</application> server, but need these
[927b60f]41 client side applications.</para>
[50b8d8b]42
[72592375]43 &lfs10_checked;
[40399b1]44
[927b60f]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[7c56ece]48 <para>
49 Download (HTTP): <ulink url="&bind-download-http;"/></para>
[927b60f]50 </listitem>
51 <listitem>
[7c56ece]52 <para>
53 Download (FTP): <ulink url="&bind-download-ftp;"/></para>
[927b60f]54 </listitem>
55 <listitem>
[7c56ece]56 <para>
57 Download MD5 sum: &bind-md5sum;</para>
[927b60f]58 </listitem>
59 <listitem>
[7c56ece]60 <para>
61 Download size: &bind-size;</para>
[927b60f]62 </listitem>
63 <listitem>
[7c56ece]64 <para>
65 Estimated disk space required: &bind-utils-buildsize;</para>
[927b60f]66 </listitem>
67 <listitem>
[7c56ece]68 <para>
69 Estimated build time: &bind-utils-time;</para>
[2174baa]70 </listitem>
[927b60f]71 </itemizedlist>
[50b8d8b]72
[927b60f]73 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
[50b8d8b]74
[af0874b]75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libuv"/>
78 </para>
79
[24f32bb]80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="json-c"/>
83 </para>
84
[927b60f]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
[927b60f]95 </sect2>
[50b8d8b]96
[927b60f]97 <sect2 role="installation">
98 <title>Installation of BIND Utilities</title>
99
[7c56ece]100 <para>
101 Install <application>BIND Utilities</application> by
[927b60f]102 running the following commands:</para>
103
[5cd7055]104 <screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
[345c66e]105make -C lib/dns &amp;&amp;
106make -C lib/isc &amp;&amp;
107make -C lib/bind9 &amp;&amp;
[b8214dc6]108make -C lib/isccfg &amp;&amp;
[345c66e]109make -C lib/irs &amp;&amp;
[5162d792]110make -C bin/dig &amp;&amp;
111make -C doc</userinput></screen>
[50b8d8b]112
[7c56ece]113 <para>
114 This portion of the package does not come with a test suite.</para>
[c27abcb4]115
[7c56ece]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:</para>
[927b60f]118
[5162d792]119<screen role='root'><userinput>make -C bin/dig install &amp;&amp;
120cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
[50b8d8b]121
[927b60f]122 </sect2>
[50b8d8b]123
[927b60f]124 <sect2 role="commands">
125 <title>Command Explanations</title>
[50b8d8b]126
[7c56ece]127 <para>
128 <parameter>--without-python</parameter>: This option eliminates
[5162d792]129 the need for an unused python module.
130 </para>
[5cd7055]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
144 manual pages.
145 </para>
146
147 <para>
148 <command>cp -v ... /usr/share/man/man1</command>: This command
149 installs the manual pages.
150 </para>
[50b8d8b]151
[927b60f]152 </sect2>
[50b8d8b]153
[927b60f]154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
[50b8d8b]161
[927b60f]162 <seglistitem>
163 <seg>dig, host, and nslookup</seg>
164 <seg>None</seg>
165 <seg>None</seg>
166 </seglistitem>
167 </segmentedlist>
[50b8d8b]168
[927b60f]169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
[50b8d8b]170
[7c56ece]171 <para>
172 See the program descriptions in the <xref linkend="bind"/> section.
173 </para>
[927b60f]174
175 </sect2>
[89033ca]176
[57dda11f]177</sect1>
Note: See TracBrowser for help on using the repository browser.