source: basicnet/netutils/bind-utils.xml@ df6a4c0

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

Updated to bind-9.3.2

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

  • Property mode set to 100644
File size: 4.3 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 <!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
9 <!ENTITY bind-md5sum "55e709501a7780233c36e25ccd15ece2">
10 <!ENTITY bind-size "5.1 MB">
11 <!ENTITY bind-utils-buildsize "52.6 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">bind-&bind-version;.tar</keyword>
23 <keyword role="ftpdir">bind</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>BIND Utilities-&bind-version;</title>
28
29 <indexterm zone="bind-utils">
30 <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to BIND Utilities</title>
35
36 <para><application>BIND Utilities</application> is not a separate
37 package, it is a collection of the client side programs that are included
38 with <xref linkend="bind"/>. The <application>BIND</application>
39 package includes the client side programs <command>nslookup</command>,
40 <command>dig</command> and <command>host</command>. If you install
41 <application>BIND</application> server, these programs will be installed
42 automatically. This section is for those users who don't need the complete
43 <application>BIND</application> server, but need these
44 client side applications.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &bind-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &bind-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &bind-utils-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &bind-utils-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="openssl"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/bind-utils"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of BIND Utilities</title>
80
81 <para>Install <application>BIND Utilities</application> by
82 running the following commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make -C lib/dns &amp;&amp;
86make -C lib/isc &amp;&amp;
87make -C lib/bind9 &amp;&amp;
88make -C lib/isccfg &amp;&amp;
89make -C lib/lwres &amp;&amp;
90make -C bin/dig</userinput></screen>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><command>make -C lib/...</command>: These commands build the
102 libraries that are needed for the client programs.</para>
103
104 <para><command>make -C bin/dig</command>: This command builds the
105 client programs.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>dig, host, and nslookup</seg>
119 <seg>None</seg>
120 <seg>None</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125
126 <para>See the program descriptions in the <xref linkend="bind"/>
127 section.</para>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.