Changeset 2df049de for chapter06/db.xml


Ignore:
Timestamp:
01/07/2006 11:53:51 PM (18 years ago)
Author:
Ken Moffat <ken@…>
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, 6.3, 6.4, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
22e65da
Parents:
f76cde8
Message:

More Berkeleyization for DB, thanks to Randy for advice.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/db.xml

    rf76cde8 r2df049de  
    88<?dbhtml filename="db.html"?>
    99
    10 <indexterm zone="ch-system-db"><primary sortas="a-DB">Berkeley DB</primary></indexterm>
     10<indexterm zone="ch-system-db"><primary sortas="a-Berkeley-DB">Berkeley DB</primary></indexterm>
    1111
    1212<sect2 role="package"><title/>
     
    1717<segtitle>&buildtime;</segtitle>
    1818<segtitle>&diskspace;</segtitle>
    19 <seglistitem><seg>1.0 SBU</seg><seg>74 MB</seg></seglistitem>
     19<seglistitem><seg>1.2 SBU</seg><seg>78 MB</seg></seglistitem>
    2020</segmentedlist>
    2121
     
    2525Diffutils, GCC, Glibc, Make and Sed.</seg></seglistitem>
    2626</segmentedlist>
     27
     28<tip>
     29<title>Extra functionality for Berkeley DB in BLFS</title>
     30<para>There are instructions to build this package in the BLFS book if you                          need to build the RPC server or additional language bindings. The                                   
     31additional language bindings will require additional packages to be                                 
     32installed. The BLFS instructions are located at
     33<ulink url="&blfs-root;view/svn/server/databases.html#db"/>
     34for suggested installation instructions.</para>
     35</tip>
     36
    2737</sect2>
    2838
    2939<sect2 role="installation">
    30 <title>Installation of DB</title>
    31 
    32 <para>Prepare DB for compilation:</para>
     40<title>Installation of Berkeley DB</title>
     41
     42<para>Prepare Berkeley DB for compilation:</para>
    3343
    3444<screen><userinput>cd build_unix &amp;&amp;
     
    4050<varlistentry>
    4151<term><parameter>--enable-compat185</parameter></term>
    42 <listitem><para>This option enables building DB 1.85 compatibility API.</para></listitem>
     52<listitem><para>This option enables building Berkeley DB 1.85 compatibility API.</para></listitem>
    4353</varlistentry>
    4454
     
    7181</variablelist>
    7282
    73 <para>Fix the permissions on the installed documentation files:</para>
     83<para>Fix the ownerships of the installed files:</para>
    7484
    7585<screen><userinput>chown root:root /usr/bin/db_* \
     
    8090
    8191
    82 <sect2 id="contents-db" role="content"><title>Contents of DB</title>
     92<sect2 id="contents-db" role="content"><title>Contents of Berkeley DB</title>
    8393<segmentedlist>
    8494<segtitle>Installed programs</segtitle>
Note: See TracChangeset for help on using the changeset viewer.