source: basicnet/netutils/bind-utils.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 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.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 "fdb42fff7e345372ac52a4493b77b694">
10 <!ENTITY bind-size "4.6 MB">
11 <!ENTITY bind-utils-buildsize "52.2 MB">
12 <!ENTITY bind-utils-time "0.65 SBU">
13]>
14
15<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;p1">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="bind-utils.html"?>
21<title>BIND Utilities-&bind-version;p1</title>
22<indexterm zone="bind-utils">
23<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
24</indexterm>
25
26<sect2>
27<title>Introduction to <application><acronym>BIND</acronym>
28Utilities</application></title>
29
30<para><application><acronym>BIND</acronym> Utilities</application> is not a
31separate package, it is a collection of the client side programs that are
32included with <application><xref linkend="bind"/></application>. The
33<application><acronym>BIND</acronym></application> package includes the client
34side programs <command>nslookup</command>, <command>dig</command> and
35<command>host</command>. If you install <application><acronym>BIND</acronym>
36</application> server, these programs will be installed automatically. This
37section is for those users who don't need the complete
38<application><acronym>BIND</acronym></application> server, but need these
39client side applications.</para>
40
41<sect3><title>Package information</title>
42<itemizedlist spacing='compact'>
43<listitem><para>Download (HTTP): <ulink
44url="&bind-download-http;"/></para></listitem>
45<listitem><para>Download (FTP): <ulink
46url="&bind-download-ftp;"/></para></listitem>
47<listitem><para>Download MD5 sum: &bind-md5sum;</para></listitem>
48<listitem><para>Download size: &bind-size;</para></listitem>
49<listitem><para>Estimated disk space required:
50&bind-utils-buildsize;</para></listitem>
51<listitem><para>Estimated build time:
52&bind-utils-time;</para></listitem></itemizedlist>
53</sect3>
54
55<sect3><title>Additional downloads</title>
56<itemizedlist spacing='compact'>
57<listitem><para><ulink
58url="ftp://ftp.isc.org/isc/bind9/9.3.0/&bind-version;-patch1"/></para>
59</listitem>
60</itemizedlist>
61</sect3>
62
63<sect3><title><application><acronym>BIND</acronym> Utilities</application>
64dependencies</title>
65<sect4><title>Optional</title>
66<para><xref linkend="openssl"/></para>
67</sect4>
68</sect3>
69
70</sect2>
71
72<sect2>
73<title>Installation of <application><acronym>BIND</acronym>
74Utilities</application></title>
75
76<para>Install <application><acronym>BIND</acronym> Utilities</application> by
77running the following commands:</para>
78
79<screen><userinput><command>patch -Np1 -i ../&bind-version;-patch1 &amp;&amp;
80./configure --prefix=/usr &amp;&amp;
81make -C lib/dns &amp;&amp;
82make -C lib/isc &amp;&amp;
83make -C lib/bind9 &amp;&amp;
84make -C lib/isccfg &amp;&amp;
85make -C lib/lwres &amp;&amp;
86make -C bin/dig</command></userinput></screen>
87
88<para>Now, as the root user:</para>
89
90<screen><userinput role='root'><command>make -C bin/dig install</command></userinput></screen>
91
92</sect2>
93
94<sect2>
95<title>Command explanations</title>
96
97<para><command>patch -Np1 -i ../&bind-version;-patch1</command>: There's a
98vulnerability in the <acronym>DNS</acronym><acronym>SEC</acronym> code. See
99<ulink url="http://www.kb.cert.org/vuls/id/938617"/>. The patch fixes the
100bug.</para>
101
102<para><command>make -C lib/...</command>: These commands build the
103libraries that are needed for the client programs.</para>
104
105<para><command>make -C bin/dig</command>: This command builds the
106client programs.</para>
107
108</sect2>
109
110<sect2>
111<title>Contents</title>
112
113<segmentedlist>
114<segtitle>Installed Programs</segtitle>
115<segtitle>Installed Libraries</segtitle>
116<segtitle>Installed Directories</segtitle>
117
118<seglistitem>
119<seg>dig, host and nslookup</seg>
120<seg>None</seg>
121<seg>None</seg>
122</seglistitem>
123</segmentedlist>
124
125<sect3><title>Short Descriptions</title>
126<para>See the program descriptions in the <xref linkend="bind"/>
127section.</para>
128</sect3>
129
130</sect2>
131
132</sect1>
133
Note: See TracBrowser for help on using the repository browser.