Tagged bind-utils.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3873 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-04-30 14:45:58 +00:00
parent db0eb6a5a1
commit 927b60fcbb

View File

@ -13,121 +13,126 @@
]>
<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;p1">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="bind-utils.html"?>
<title>BIND Utilities-&bind-version;p1</title>
<indexterm zone="bind-utils">
<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
</indexterm>
<?dbhtml filename="bind-utils.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>BIND Utilities-&bind-version;p1</title>
<indexterm zone="bind-utils">
<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
</indexterm>
<sect2>
<title>Introduction to <application><acronym>BIND</acronym>
Utilities</application></title>
<sect2 role="package">
<title>Introduction to BIND Utilities</title>
<para><application><acronym>BIND</acronym> Utilities</application> is not a
separate package, it is a collection of the client side programs that are
included with <application><xref linkend="bind"/></application>. The
<application><acronym>BIND</acronym></application> package includes the client
side programs <command>nslookup</command>, <command>dig</command> and
<command>host</command>. If you install <application><acronym>BIND</acronym>
</application> server, these programs will be installed automatically. This
section is for those users who don't need the complete
<application><acronym>BIND</acronym></application> server, but need these
client side applications.</para>
<para><application>BIND Utilities</application> is not a separate
package, it is a collection of the client side programs that are included
with <xref linkend="bind"/>. The <application>BIND</application>
package includes the client side programs <command>nslookup</command>,
<command>dig</command> and <command>host</command>. If you install
<application>BIND</application> server, these programs will be installed
automatically. This section is for those users who don't need the complete
<application>BIND</application> server, but need these
client side applications.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &bind-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &bind-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &bind-utils-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &bind-utils-time;</para></listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="ftp://ftp.isc.org/isc/bind9/9.3.0/&bind-version;-patch1"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="openssl"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of BIND Utilities</title>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&bind-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&bind-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &bind-md5sum;</para></listitem>
<listitem><para>Download size: &bind-size;</para></listitem>
<listitem><para>Estimated disk space required:
&bind-utils-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&bind-utils-time;</para></listitem></itemizedlist>
</sect3>
<para>Install <application>BIND Utilities</application> by
running the following commands:</para>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para><ulink
url="ftp://ftp.isc.org/isc/bind9/9.3.0/&bind-version;-patch1"/></para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title><application><acronym>BIND</acronym> Utilities</application>
dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>BIND</acronym>
Utilities</application></title>
<para>Install <application><acronym>BIND</acronym> Utilities</application> by
running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../&bind-version;-patch1 &amp;&amp;
<screen><userinput>patch -Np1 -i ../&bind-version;-patch1 &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make -C lib/dns &amp;&amp;
make -C lib/isc &amp;&amp;
make -C lib/bind9 &amp;&amp;
make -C lib/isccfg &amp;&amp;
make -C lib/lwres &amp;&amp;
make -C bin/dig</command></userinput></screen>
make -C bin/dig</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<para>Now, as the root user:</para>
<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>patch -Np1 -i ../&bind-version;-patch1</command>: There's a
vulnerability in the DNSSEC code. See
<ulink url="http://www.kb.cert.org/vuls/id/938617"/>. The patch fixes the
bug.</para>
<para><command>make -C lib/...</command>: These commands build the
libraries that are needed for the client programs.</para>
<para><command>make -C bin/dig</command>: This command builds the
client programs.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<screen><userinput role='root'><command>make -C bin/dig install</command></userinput></screen>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>dig, host, and nslookup</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<para>See the program descriptions in the <xref linkend="bind"/>
section.</para>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../&bind-version;-patch1</command>: There's a
vulnerability in the <acronym>DNS</acronym><acronym>SEC</acronym> code. See
<ulink url="http://www.kb.cert.org/vuls/id/938617"/>. The patch fixes the
bug.</para>
<para><command>make -C lib/...</command>: These commands build the
libraries that are needed for the client programs.</para>
<para><command>make -C bin/dig</command>: This command builds the
client programs.</para>
</sect2>
<sect2>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>dig, host and nslookup</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<sect3><title>Short Descriptions</title>
<para>See the program descriptions in the <xref linkend="bind"/>
section.</para>
</sect3>
</sect2>
</sect2>
</sect1>