Changeset f53134c


Ignore:
Timestamp:
03/24/2008 10:22:22 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cff8f9e
Parents:
9f28cbee
Message:

Added a note to the Berkeley DB instructions about the JDK-6 and GMime uudecode conflict

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9f28cbee rf53134c  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[dj] - Added caution to xfs-progs page and pointed download
    49           location to anduin.</para>
     48          <para>[randy] - Added a note to the Berkeley DB instructions about
     49          the JDK-6 and GMime uudecode conflict.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Added a caution to the xfs-progs page and pointed the
     53          download location to the anduin server.</para>
    5054        </listitem>
    5155      </itemizedlist>
  • server/databases/db.xml

    r9f28cbee rf53134c  
    134134    script, you'll end up with exactly what you already have. The additional
    135135    parameters you can use are listed in the Command Explanations section
    136     below. Install <application>Berkeley DB</application> by running the
     136    below.</para>
     137
     138    <note>
     139      <para>If you plan on installing <application>Berkeley DB</application>
     140      with Java support, you should check the system for certain versions
     141      of <xref linkend="jdk"/> and <xref linkend="gmime"/>. Specifically, if
     142      <application>JDK</application>-6 Update X and the
     143      <command>uudecode</command> program from the
     144      <application>GMime</application> program is on the system, the build will
     145      fail (unless you run the modified <command>./configure</command> command
     146      shown below). You can run two commands (<command>javac -version</command>
     147      and <command>uudecode --version</command>) to determine what versions are
     148      installed. You can also download and run a shell script from
     149      <ulink url="&files-anduin;/jdk-uudecode-check.sh"/> that will alert
     150      you to a non-working condition. If the identified programs exist on the
     151      system, you must modify the
     152      <command>./configure</command> command as shown below.</para>
     153
     154<screen><userinput>uudecode="no" ../dist/configure --(use the parameters shown below)</userinput></screen>
     155    </note>
     156
     157    <para>Install <application>Berkeley DB</application> by running the
    137158    following commands:</para>
    138159
Note: See TracChangeset for help on using the changeset viewer.