2004-06-12 13:58:29 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-12 13:58:29 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2017-08-16 02:49:48 +08:00
|
|
|
|
|
|
|
<!ENTITY bind-download-http " ">
|
2020-03-05 11:55:58 +08:00
|
|
|
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
2020-04-17 01:59:30 +08:00
|
|
|
<!ENTITY bind-md5sum "2f65f53ad0eab3701138332282b9b526">
|
2020-03-05 11:55:58 +08:00
|
|
|
<!ENTITY bind-size "4.3 MB">
|
|
|
|
<!ENTITY bind-utils-buildsize "112 MB">
|
|
|
|
<!ENTITY bind-utils-time "0.6 SBU">
|
2004-06-12 13:58:29 +08:00
|
|
|
]>
|
|
|
|
|
2005-06-07 00:43:41 +08:00
|
|
|
<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
|
2005-04-30 22:45:58 +08:00
|
|
|
<?dbhtml filename="bind-utils.html"?>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-06-07 00:43:41 +08:00
|
|
|
<title>BIND Utilities-&bind-version;</title>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<indexterm zone="bind-utils">
|
|
|
|
<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to BIND Utilities</title>
|
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
<application>BIND Utilities</application> is not a separate
|
2005-05-31 05:28:37 +08:00
|
|
|
package, it is a collection of the client side programs that are included
|
2005-05-31 00:25:18 +08:00
|
|
|
with <xref linkend="bind"/>. The <application>BIND</application>
|
2005-05-31 05:28:37 +08:00
|
|
|
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
|
2005-04-30 22:45:58 +08:00
|
|
|
client side applications.</para>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-02-18 00:21:25 +08:00
|
|
|
&lfs91_checked;
|
2011-11-17 13:12:06 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&bind-download-http;"/></para>
|
2005-04-30 22:45:58 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&bind-download-ftp;"/></para>
|
2005-04-30 22:45:58 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &bind-md5sum;</para>
|
2005-04-30 22:45:58 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Download size: &bind-size;</para>
|
2005-04-30 22:45:58 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &bind-utils-buildsize;</para>
|
2005-04-30 22:45:58 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &bind-utils-time;</para>
|
2005-04-30 23:31:21 +08:00
|
|
|
</listitem>
|
2005-04-30 22:45:58 +08:00
|
|
|
</itemizedlist>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-04-17 01:59:30 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="libuv"/>
|
|
|
|
</para>
|
|
|
|
|
2020-04-23 00:50:23 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="json-c"/>
|
|
|
|
</para>
|
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2013-06-02 01:46:12 +08:00
|
|
|
<para role="optional">
|
2018-02-12 01:41:19 +08:00
|
|
|
<xref linkend="libcap-pam"/> and
|
|
|
|
<xref linkend="libxml2"/>
|
2013-06-02 01:46:12 +08:00
|
|
|
</para>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2006-04-11 02:35:11 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/bind-utils"/></para>
|
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
</sect2>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of BIND Utilities</title>
|
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Install <application>BIND Utilities</application> by
|
2005-04-30 22:45:58 +08:00
|
|
|
running the following commands:</para>
|
|
|
|
|
2019-03-05 10:52:30 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --without-python &&
|
2018-02-20 13:41:51 +08:00
|
|
|
make -C lib/dns &&
|
|
|
|
make -C lib/isc &&
|
|
|
|
make -C lib/bind9 &&
|
2004-10-20 14:55:24 +08:00
|
|
|
make -C lib/isccfg &&
|
2018-02-20 13:41:51 +08:00
|
|
|
make -C lib/irs &&
|
2005-04-30 22:45:58 +08:00
|
|
|
make -C bin/dig</userinput></screen>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
This portion of the package does not come with a test suite.</para>
|
2007-07-25 04:50:40 +08:00
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2005-04-30 22:45:58 +08:00
|
|
|
|
|
|
|
<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
</sect2>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
<parameter>--without-python</parameter>: This option eliminates
|
2019-03-05 10:52:30 +08:00
|
|
|
the need for an unused python module.</para>
|
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
<command>make -C lib/...</command>: These commands build the
|
2005-04-30 22:45:58 +08:00
|
|
|
libraries that are needed for the client programs.</para>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
<command>make -C bin/dig</command>: This command builds the
|
2005-04-30 22:45:58 +08:00
|
|
|
client programs.</para>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
</sect2>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<seglistitem>
|
|
|
|
<seg>dig, host, and nslookup</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2005-04-30 22:45:58 +08:00
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
2005-05-31 00:25:18 +08:00
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
See the program descriptions in the <xref linkend="bind"/> section.
|
|
|
|
</para>
|
2005-04-30 22:45:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
2004-12-10 13:52:50 +08:00
|
|
|
|
2003-09-08 14:44:15 +08:00
|
|
|
</sect1>
|