Changeset 2c2f849 for server


Ignore:
Timestamp:
07/01/2005 05:33:37 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
9ac4aff
Parents:
3dbae28
Message:

rearranged Berkley DB

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    r3dbae28 r2c2f849  
    6363  </sect2>
    6464
    65   <sect2 role="installation">
    66     <title>Installation of Berkeley DB</title>
    67 
    68     <para>If you wish to test <application>Berkeley DB</application> before
    69     installing, skip ahead to testing, then return here.</para>
    70 
    71     <para>Install <application>Berkeley DB</application> by running the
    72     following commands:</para>
    73 
    74 <screen><userinput>cd build_unix &amp;&amp;
    75 ../dist/configure --prefix=/usr \
    76     --enable-compat185 \
    77     --enable-cxx &amp;&amp;
    78 make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</userinput></screen>
    79 
    80     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81 
    82 <screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
    83 chown root:root /usr/bin/db_* \
    84 /usr/lib/libdb* /usr/include/db* &amp;&amp;
    85 chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
    86 
    87   </sect2>
    88 
    8965  <sect2 role="testing">
    9066    <title>Testing Berkeley DB</title>
    9167
    92     <para>If you have already built <application>Berkeley DB</application>,
    93     clean up with the following command:</para>
    94 
    95 <screen><userinput>make realclean &amp;&amp;
    96 cd ..</userinput></screen>
     68    <para>If you do not wish to run the test suite skip ahead to Installation.
     69    You must have have <application>Tcl</application> to test
     70    <application>Berkeley DB</application>.  This test takes a very long time.</para>
    9771
    9872    <para>Build for the <application>Berkeley DB</application> test by running
     
    11589    <para>Clean up with the following command:</para>
    11690
    117 <screen><userinput>make realclean</userinput></screen>
     91<screen><userinput>make realclean &amp;&amp;
     92cd..</userinput></screen>
     93
     94  </sect2>
     95
     96  <sect2 role="installation">
     97    <title>Installation of Berkeley DB</title>
     98
     99    <para>Install <application>Berkeley DB</application> by running the
     100    following commands:</para>
     101
     102<screen><userinput>cd build_unix &amp;&amp;
     103../dist/configure --prefix=/usr \
     104    --enable-compat185 \
     105    --enable-cxx &amp;&amp;
     106make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</userinput></screen>
     107
     108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     109
     110<screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
     111chown root:root /usr/bin/db_* \
     112/usr/lib/libdb* /usr/include/db* &amp;&amp;
     113chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
    118114
    119115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.