source: basicnet/netutils/bind-utils.xml@ 5fbff85

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5fbff85 was 5fbff85, checked in by Randy McMurchy <randy@…>, 19 years ago

Added root installation to Bind Utilities

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

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