source: basicnet/netutils/bind-utils.xml@ 158a9f3d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 158a9f3d was 158a9f3d, checked in by Bruce Dubbs <bdubbs@…>, 17 years ago

Updated to bind-9.3.3

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
20 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
21 <!ENTITY bind-md5sum "b5cad77aa7912bf7b4cb770cfc42fdad">
22 <!ENTITY bind-size "5.2 MB">
23 <!ENTITY bind-utils-buildsize "56.4 MB">
24 <!ENTITY bind-utils-time "0.5 SBU">
25]>
26
27<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
28 <?dbhtml filename="bind-utils.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>BIND Utilities-&bind-version;</title>
36
37 <indexterm zone="bind-utils">
38 <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to BIND Utilities</title>
43
44 <para><application>BIND Utilities</application> is not a separate
45 package, it is a collection of the client side programs that are included
46 with <xref linkend="bind"/>. The <application>BIND</application>
47 package includes the client side programs <command>nslookup</command>,
48 <command>dig</command> and <command>host</command>. If you install
49 <application>BIND</application> server, these programs will be installed
50 automatically. This section is for those users who don't need the complete
51 <application>BIND</application> server, but need these
52 client side applications.</para>
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &bind-md5sum;</para>
64 </listitem>
65 <listitem>
66 <para>Download size: &bind-size;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated disk space required: &bind-utils-buildsize;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated build time: &bind-utils-time;</para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="openssl"/></para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/bind-utils"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of BIND Utilities</title>
88
89 <para>Install <application>BIND Utilities</application> by
90 running the following commands:</para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make -C lib/dns &amp;&amp;
94make -C lib/isc &amp;&amp;
95make -C lib/bind9 &amp;&amp;
96make -C lib/isccfg &amp;&amp;
97make -C lib/lwres &amp;&amp;
98make -C bin/dig</userinput></screen>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><command>make -C lib/...</command>: These commands build the
110 libraries that are needed for the client programs.</para>
111
112 <para><command>make -C bin/dig</command>: This command builds the
113 client programs.</para>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>dig, host, and nslookup</seg>
127 <seg>None</seg>
128 <seg>None</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133
134 <para>See the program descriptions in the <xref linkend="bind"/>
135 section.</para>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.