source: basicnet/netutils/bind-utils.xml@ 3bba7e2

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 3bba7e2 was 3bba7e2, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 19

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

  • Property mode set to 100644
File size: 2.9 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.4 MB">
10 <!ENTITY bind-utils-buildsize "47 MB">
11 <!ENTITY bind-utils-time "0.54 SBU">
12]>
13
14<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
15<?dbhtml filename="bind-utils.html"?>
16<title>BIND Utilities-&bind-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>BIND</acronym> Utilities</application></title>
20
21<para><application><acronym>BIND</acronym> Utilities</application> is not a
22separate package, it is a collection of the client side programs that are
23included with <application><xref linkend="bind"/></application>. The
24<application><acronym>BIND</acronym></application> package includes client
25side programs such as <command>nslookup</command>, <command>dig</command> and
26<command>host</command>. If you install <application><acronym>BIND</acronym>
27</application> server, these programs will be installed automatically. This
28section is for those users who don't need the complete
29<application><acronym>BIND</acronym></application> server, but need these
30client side applications.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&bind-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&bind-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &bind-size;</para></listitem>
39<listitem><para>Estimated Disk space required:
40&bind-utils-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&bind-utils-time;</para></listitem></itemizedlist>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application><acronym>BIND</acronym> Utilities</application></title>
49
50<para>Install <application><acronym>BIND</acronym> Utilities</application> by
51running the following commands:</para>
52
53<screen><userinput>./configure --prefix=/usr &amp;&amp;
54make -C lib/dns &amp;&amp;
55make -C lib/isc &amp;&amp;
56make -C bin/dig &amp;&amp;
57make -C bin/dig install</userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Command explanations</title>
63
64<para><command>make -C lib/...</command>: This command builds the libraries that are needed for the client programs.</para>
65
66<para><command>make -C bin/dig</command>: This command builds the client programs.</para>
67
68</sect2>
69
70<sect2>
71<title>Contents</title>
72
73<para>The <application><acronym>BIND</acronym> Utilities</application> package
74contains <command>dig</command>, <command>host</command> and
75<command>nslookup</command>.</para>
76
77</sect2>
78
79</sect1>
80
Note: See TracBrowser for help on using the repository browser.