Changeset 3271442 for chapter06/db.xml


Ignore:
Timestamp:
01/11/2006 12:41:26 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1b2a5e7
Parents:
d07a8f84
Message:

Ported last updates from trunk except the Grep move on (already handled in this branch) and the Bison sed (conflicts with theBison installation in chapter05 and the move on of Flex).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/db.xml

    rd07a8f84 r3271442  
    55]>
    66<sect1 id="ch-system-db" role="wrap">
    7 <title>DB-&db-version;</title>
     7<title>Berkeley DB-&db-version;</title>
    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/>
    13 <para>The DB package contains programs and utilities used by many other
     13<para>The Berkeley DB package contains programs and utilities used by many other
    1414applications for database related functions.</para>
    1515
     
    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
     
    5161<para>Compile the package:</para>
    5262
    53 <screen><userinput>make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</userinput></screen>
    54 
    55 <para>The meaning of the make option:</para>
    56 
    57 <variablelist>
    58 <varlistentry>
    59 <term><parameter>LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</parameter></term>
    60 <listitem><para>These variables work around a bug in the <command>configure</command>
    61 script that causes the DB libraries not to link against NPTL libraries</para></listitem>
    62 </varlistentry>
    63 </variablelist>
     63<screen><userinput>make</userinput></screen>
    6464
    6565<para>It is not possible to test the package meaningfully, because that
     
    8181</variablelist>
    8282
    83 <para>Fix the permissions on the installed documentation files:</para>
     83<para>Fix the ownerships of the installed files:</para>
    8484
    8585<screen><userinput>chown root:root /usr/bin/db_* \
     
    9090
    9191
    92 <sect2 id="contents-db" role="content"><title>Contents of DB</title>
     92<sect2 id="contents-db" role="content"><title>Contents of Berkeley DB</title>
    9393<segmentedlist>
    9494<segtitle>Installed programs</segtitle>
Note: See TracChangeset for help on using the changeset viewer.