Changeset 9cccea2 for chapter06


Ignore:
Timestamp:
07/18/2009 12:30:56 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
081266a
Parents:
c639ec7
Message:

Remove Berkeley DB; Man-DB uses GDBM now. Fixes #2440.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    rc639ec7 r9cccea2  
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
    3029  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkg-config.xml"/>
  • chapter06/iproute2.xml

    rc639ec7 r9cccea2  
    4141  <sect2 role="installation">
    4242    <title>Installation of IPRoute2</title>
     43
     44    <para>The <command>arpd</command> binary included in this package is
     45    dependent on Berkeley DB.  Because <command>arpd</command> is not a very
     46    common requirement on a base Linux system, remove the dependency on Berkeley    DB by applying the <command>sed</command> command below.  If the
     47    <command>arpd</command> binary is needed, instructions for compiling
     48    Berkeley DB can be found in the BLFS Book at
     49    <ulink url="&blfs-root;view/svn/server/databases.html#db"/>.
     50    </para>
     51
     52<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    4353
    4454    <para>Compile the package:</para>
     
    7484     DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
    7585
    76     <para>The <command>arpd</command> binary links against the Berkeley DB
    77     libraries that reside in <filename class="directory">/usr</filename> and
    78     uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus,
    79     according to the FHS, it must be in <filename
    80     class="directory">/usr/sbin</filename>. Move it there:</para>
    81 
    82     <screen><userinput remap="install">mv -v /sbin/arpd /usr/sbin</userinput></screen>
    83 
    8486  </sect2>
    8587
     
    9193
    9294      <seglistitem>
    93         <seg>arpd, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
     95        <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
    9496        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9597        and tc.</seg>
     
    101103      <?dbfo list-presentation="list"?>
    102104      <?dbhtml list-presentation="table"?>
    103 
    104       <varlistentry id="arpd">
    105         <term><command>arpd</command></term>
    106         <listitem>
    107           <para>Userspace ARP daemon, useful in really large networks, where the
    108           kernelspace ARP implementation is insufficient, or when setting up a
    109           honeypot</para>
    110           <indexterm zone="ch-system-iproute2 arpd">
    111             <primary sortas="b-arpd">arpd</primary>
    112           </indexterm>
    113         </listitem>
    114       </varlistentry>
    115105
    116106      <varlistentry id="ctstat">
Note: See TracChangeset for help on using the changeset viewer.