Changeset e578536 for content


Ignore:
Timestamp:
07/06/2004 05:02:59 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
a249d64
Parents:
28629da4
Message:

Modified Java dependency in DB-4 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r28629da4 re578536  
    6666make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
    6767
    68 <note><para>If you wish to enable <application>Java</application>
     68<!-- <note><para>If you wish to enable <application>Java</application>
    6969support in <application>Berkeley DB</application>-&db-version;, add
    70 <parameter>--enable-java</parameter> to the configure options. This requires a
     70<parameter>-enable-java</parameter> to the configure options. This requires a
    7171Java compiler.
    7272<application>Java</application> support is needed
    7373if you plan to use system installed <application>Berkeley DB</application> when
    74 compiling <xref linkend="openoffice"/>.</para></note>
     74compiling <xref linkend="openoffice"/>.</para></note> -->
    7575
    7676</sect2>
     
    8989the correct place.</para>
    9090
     91<para><option>--enable-java</option>: enables <application>Java</application>
     92support in DB and creates the
     93<filename class='libraryfile'>libdb_java</filename> libraries.</para>
     94
    9195</sect2>
    9296
     
    103107<command>db_recover</command>,
    104108<command>db_stat</command>,
    105 <command>db_upgrade</command> and
    106 <command>db_verify</command>.
     109<command>db_upgrade</command>,
     110<command>db_verify</command> and the
     111<filename class='libraryfile'>libdb</filename> libraries.
    107112
    108113</para>
Note: See TracChangeset for help on using the changeset viewer.