Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rcd9f166a r8414284  
    77  <!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "0bf3c0f656844194579647abd7a2961a">
    10   <!ENTITY bind-size          "4.8 MB">
    11   <!ENTITY bind-buildsize     "117 MB (20 MB installed)">
    12   <!ENTITY bind-time          "0.8 SBU (with parallelism=4; add 30+ minutes, somewhat processor independent, to run the complete test suite)">
     9  <!ENTITY bind-md5sum        "6586d9c376e7ee9674767e1d79d63382">
     10  <!ENTITY bind-size          "5.0 MB">
     11  <!ENTITY bind-buildsize     "139 MB (26 MB installed)"><!-- differs much from prev maybe because of docs? -->
     12  <!ENTITY bind-time          "0.4 SBU (with parallelism=4; about 20 SBU somewhat processor independent, to run the complete test suite)">
    1313]>
    1414
     
    1616  <?dbhtml filename="bind.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>BIND-&bind-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104101      <ulink url="https://github.com/cjheath/geoip">geoip</ulink>,
    105102      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>,
    106       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
     103      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (required to build documentation), and
    107104      <ulink url="&w3m-url;">w3m</ulink>
    108105    </para>
     
    111108    <para role="optional">
    112109      <xref linkend="db"/>,
    113       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     110      <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
    114111      <xref linkend="openldap"/>,
    115112      <xref linkend="postgresql"/>, and
     
    122119    </para>
    123120
     121<!-- docs are now all sphinx based
    124122    <bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
    125123    <para role="optional">
     
    128126      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    129127    </para>
     128-->
    130129
    131130    <para condition="html" role="usernotes">User Notes:
     
    137136    <title>Installation of BIND</title>
    138137
     138<!--
    139139    <para>
    140140      To ensure <application>BIND</application> will build dnssec-keymgr,
     
    144144
    145145<screen role="root"><userinput>pip3 install ply</userinput></screen>
     146-->
    146147
    147148    <para>
     
    154155            --localstatedir=/var    \
    155156            --mandir=/usr/share/man \
    156             --with-libtool          \
    157157            --disable-static        &amp;&amp;
    158158make</userinput></screen>
     
    178178      The test suite may indicate some skipped tests depending on
    179179      what configuration options are used. Some tests are marked
    180       <quote>UNTESTED</quote> if <xref linkend="perl-net-dns"/> is not
    181       installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
     180      <quote>UNTESTED</quote> or does even fail if <xref linkend="perl-net-dns"/>
     181      is not installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
    182182      To run the tests, as an unprivileged user, execute:
    183183    </para>
     
    198198    </para>
    199199
     200<!-- Documentation is an issue - The docs are now all in .rst format and appear
     201to be sphinx based. install source .rst files for now...
     202
     203leave docs untouched as they does only use disk space when not
     204used to recreate the docs via Sphinx. I've added a note regarding
     205the documentation. (thomas)
     206
     207<screen role="root"><userinput>make install &amp;&amp;
     208
     209install -vdm 755 /usr/share/doc/bind-&bind-version;/{arm,dnssec-guide} &amp;&amp;
     210install doc/arm/* /usr/share/doc/bind-&bind-version;/arm               &amp;&amp;
     211install doc/dnssec-guide/* /usr/share/doc/bind-&bind-version;/dnssec-guide</userinput></screen>
     212-->
    200213<screen role="root"><userinput>make install</userinput></screen>
     214
    201215  </sect2>
    202 
    203 <!-- Documentation is an issue - The docs are now all in .rst format and appear
    204 to be sphinx based.
    205 -->
    206216
    207217  <sect2 role="commands">
     
    215225    </para>
    216226
    217     <para>
    218       <parameter>--with-libtool</parameter>: This parameter forces the
     227    <!-- Seems to be removed in 9.18.0
     228    <para>
     229      <parameter>- -with-libtool</parameter>: This parameter forces the
    219230      building of dynamic libraries and links the installed binaries to these
    220231      libraries.
    221232    </para>
     233    -->
    222234
    223235    <para>
     
    436448A.ROOT-SERVERS.NET.     6D  IN      A       198.41.0.4
    437449A.ROOT-SERVERS.NET.     6D  IN      AAAA    2001:503:ba3e::2:30
    438 B.ROOT-SERVERS.NET.     6D  IN      A       192.228.79.201
     450B.ROOT-SERVERS.NET.     6D  IN      A       199.9.14.201
    439451B.ROOT-SERVERS.NET.     6D  IN      AAAA    2001:500:200::b
    440452C.ROOT-SERVERS.NET.     6D  IN      A       192.33.4.12
     
    466478        servers. This file must be updated periodically with the
    467479        <command>dig</command> utility. A current copy of root.hints can be
    468         obtained from <ulink url="ftp://rs.internic.net/domain/named.root" />.
    469         For details, consult the "BIND 9 Administrator Reference Manual",
    470         included in every source archive of BIND 9 distributed by ISC, in HTML
    471         and PDF formats, also available at <ulink
    472         url="ftp://ftp.isc.org/isc/bind9/cur/&bind-minor-version;/doc/arm/Bv9ARM.html">
    473         BIND 9 Administrator Reference Manual</ulink>.
     480        obtained from <ulink url="https://www.internic.net/domain/named.root"/>.
     481        For details, consult the "BIND 9 Administrator Reference Manual".
    474482      </para>
    475483
     
    553561        You can see almost instantaneous results with the named caching
    554562        lookups. Consult the <application>BIND</application> Administrator
    555         Reference Manual located at
    556         <ulink url="https://bind9.readthedocs.io/en/v9_16/"/>
    557         for further configuration options.
     563        Reference Manual (see below) for further configuration options.
    558564      </para>
    559565
    560566    </sect3>
    561567
     568  </sect2>
     569
     570  <sect2>
     571    <title>Administrator Reference Manual (ARM)</title>
     572
     573    <para>
     574      The ARM documentation (do not confuse with the processor architecture)
     575      is included in the source package. The documentation is in .rst
     576      format which means, it can be converted in human readable formats
     577      if <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> is
     578      installed. As time of writing, sphinx is not included in
     579      the BLFS book and therefore, the instructions above do not
     580      install the docs.
     581    </para>
     582
     583    <para>
     584      When <application>BIND</application> is set up, especially when
     585      to operate in a real live scenario, it is <emphasis>highly</emphasis>
     586      recommended to consult the ARM documentation. ISC provides an
     587      updated set of excellent documentation along with every release
     588      so it can be easily be viewed and/or downloaded - so there is
     589      no excuse to not read the docs. The formats ISC provides are PDF,
     590      epub and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
     591    </para>
    562592  </sect2>
    563593
Note: See TracChangeset for help on using the changeset viewer.