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

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 c176fc7 was c176fc7, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates.
Update to bind9-9.16.21.
Update to pipewire-0.3.36.
Update to ModemManager-1.18.2.
Update to sudo-1.9.8p1.
Update to acpid-2.0.33.

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 " ">
8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
9 <!ENTITY bind-md5sum "55da4659c614aa80e3fb57c900bb70e1">
10 <!ENTITY bind-size "4.8 MB">
11 <!ENTITY bind-utils-buildsize "107 MB">
12 <!ENTITY bind-utils-time "0.6 SBU">
13]>
14
15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
16 <?dbhtml filename="bind-utils.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>BIND Utilities-&bind-version;</title>
23
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
31 <para>
32 <application>BIND Utilities</application> is not a separate
33 package, it is a collection of the client side programs that are included
34 with <xref linkend="bind"/>. The <application>BIND</application>
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
40 client side applications.</para>
41
42 &lfs110a_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&bind-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&bind-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &bind-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &bind-size;</para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &bind-utils-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &bind-utils-time;</para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libuv"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="json-c"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="libcap-pam"/>,
87 <xref linkend="libxml2"/>, and
88 <ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/bind-utils"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of BIND Utilities</title>
98
99 <para>
100 Install <application>BIND Utilities</application> by
101 running the following commands:</para>
102
103 <screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
104make -C lib/dns &amp;&amp;
105make -C lib/isc &amp;&amp;
106make -C lib/bind9 &amp;&amp;
107make -C lib/isccfg &amp;&amp;
108make -C lib/irs &amp;&amp;
109make -C bin/dig &amp;&amp;
110make -C doc</userinput></screen>
111
112 <para>
113 This portion of the package does not come with a test suite.</para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role='root'><userinput>make -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 <parameter>--without-python</parameter>: This option eliminates
128 the need for an unused python module.
129 </para>
130
131 <para>
132 <command>make -C lib/...</command>: These commands build the
133 libraries that are needed for the client programs.
134 </para>
135
136 <para>
137 <command>make -C bin/dig</command>: This command builds the
138 client programs.
139 </para>
140
141 <para>
142 <command>make -C doc</command>: This command builds the
143 manual pages.
144 </para>
145
146 <para>
147 <command>cp -v ... /usr/share/man/man1</command>: This command
148 installs the manual pages.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>dig, host, and nslookup</seg>
163 <seg>None</seg>
164 <seg>None</seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169
170 <para>
171 See the program descriptions in the <xref linkend="bind"/> section.
172 </para>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.