Author: randy
Date: 2008-03-24 16:22:22 -0600 (Mon, 24 Mar 2008)
New Revision: 7309

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/databases/db.xml
Log:
Added a note to the Berkeley DB instructions about the JDK-6 and GMime uudecode 
conflict

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-24 05:32:48 UTC 
(rev 7308)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-24 22:22:22 UTC 
(rev 7309)
@@ -45,9 +45,13 @@
       <para>March 24th, 2008</para>
       <itemizedlist>
         <listitem>
-          <para>[dj] - Added caution to xfs-progs page and pointed download
-          location to anduin.</para>
+          <para>[randy] - Added a note to the Berkeley DB instructions about
+          the JDK-6 and GMime uudecode conflict.</para>
         </listitem>
+        <listitem>
+          <para>[dj] - Added a caution to the xfs-progs page and pointed the
+          download location to the anduin server.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml  2008-03-24 05:32:48 UTC (rev 7308)
+++ trunk/BOOK/server/databases/db.xml  2008-03-24 22:22:22 UTC (rev 7309)
@@ -133,7 +133,28 @@
     in LFS, and you don't add anything to the <command>configure</command>
     script, you'll end up with exactly what you already have. The additional
     parameters you can use are listed in the Command Explanations section
-    below. Install <application>Berkeley DB</application> by running the
+    below.</para>
+
+    <note>
+      <para>If you plan on installing <application>Berkeley DB</application>
+      with Java support, you should check the system for certain versions
+      of <xref linkend="jdk"/> and <xref linkend="gmime"/>. Specifically, if
+      <application>JDK</application>-6 Update X and the
+      <command>uudecode</command> program from the
+      <application>GMime</application> program is on the system, the build will
+      fail (unless you run the modified <command>./configure</command> command
+      shown below). You can run two commands (<command>javac -version</command>
+      and <command>uudecode --version</command>) to determine what versions are
+      installed. You can also download and run a shell script from
+      <ulink url="&files-anduin;/jdk-uudecode-check.sh"/> that will alert
+      you to a non-working condition. If the identified programs exist on the
+      system, you must modify the
+      <command>./configure</command> command as shown below.</para>
+
+<screen><userinput>uudecode="no" ../dist/configure --(use the parameters shown 
below)</userinput></screen>
+    </note>
+
+    <para>Install <application>Berkeley DB</application> by running the
     following commands:</para>
 
 <screen><userinput>patch -Np0 -i ../patch.&db-version;.1 &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to