source: basicnet/netutils/bind-utils.xml@ b8214dc6

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 b8214dc6 was b8214dc6, checked in by DJ Lucas <dj@…>, 20 years ago

bind-9.3.0 and fsfs for svnserver

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

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