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
|
|
|
|
2021-11-19 05:17:44 +08:00
|
|
|
<!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
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">
|
2022-12-24 22:24:24 +08:00
|
|
|
<!ENTITY bind-md5sum "6586d9c376e7ee9674767e1d79d63382">
|
2022-10-22 05:10:55 +08:00
|
|
|
<!ENTITY bind-size "5.0 MB">
|
2022-11-19 05:34:32 +08:00
|
|
|
<!ENTITY bind-utils-buildsize "102 MB">
|
2022-09-25 05:01:53 +08:00
|
|
|
<!ENTITY bind-utils-time "0.2 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-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
|
|
|
|
2022-08-23 03:03:54 +08:00
|
|
|
&lfs112_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">
|
2022-02-18 00:53:10 +08:00
|
|
|
<xref linkend="json-c"/> and
|
|
|
|
<xref linkend="nghttp2"/>
|
2020-04-23 00:50:23 +08:00
|
|
|
</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">
|
2020-08-16 02:25:14 +08:00
|
|
|
<xref linkend="libcap-pam"/>,
|
|
|
|
<xref linkend="libxml2"/>, and
|
2020-08-17 12:12:39 +08:00
|
|
|
<ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
|
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>
|
|
|
|
|
2022-01-28 13:30:57 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
2018-02-20 13:41:51 +08:00
|
|
|
make -C lib/isc &&
|
2022-01-28 03:51:18 +08:00
|
|
|
make -C lib/dns &&
|
|
|
|
make -C lib/ns &&
|
2004-10-20 14:55:24 +08:00
|
|
|
make -C lib/isccfg &&
|
2022-01-28 03:51:18 +08:00
|
|
|
make -C lib/bind9 &&
|
2018-02-20 13:41:51 +08:00
|
|
|
make -C lib/irs &&
|
2022-11-19 22:35:56 +08:00
|
|
|
make -C bin/dig &&
|
|
|
|
make -C doc</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
|
|
|
|
2022-01-28 03:51:18 +08:00
|
|
|
<screen role='root'><userinput>make -C lib/isc install &&
|
|
|
|
make -C lib/dns install &&
|
|
|
|
make -C lib/ns install &&
|
|
|
|
make -C lib/isccfg install &&
|
|
|
|
make -C lib/bind9 install &&
|
|
|
|
make -C lib/irs install &&
|
2022-11-19 22:35:56 +08:00
|
|
|
make -C bin/dig install &&
|
|
|
|
cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</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
|
|
|
|
2022-02-18 00:53:10 +08:00
|
|
|
<para>
|
|
|
|
<option>--disable-doh</option>: Use this option if you have not installed
|
|
|
|
<xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
|
|
|
|
support.
|
|
|
|
</para>
|
|
|
|
|
2020-03-24 05:46:15 +08:00
|
|
|
<para>
|
|
|
|
<command>make -C lib/...</command>: These commands build the
|
2020-08-16 02:25:14 +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
|
2020-08-16 02:25:14 +08:00
|
|
|
client programs.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<command>make -C doc</command>: This command builds the
|
2022-11-19 05:34:32 +08:00
|
|
|
manual pages if the optional Python module
|
|
|
|
<ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
|
|
|
|
is installed.
|
2020-08-16 02:25:14 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2022-11-19 05:34:32 +08:00
|
|
|
Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
|
|
|
|
to install the the manual pages if they have been built.
|
2020-08-16 02:25:14 +08:00
|
|
|
</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>
|