Author: randy
Date: 2010-11-15 06:56:05 -0700 (Mon, 15 Nov 2010)
New Revision: 8689

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/other/openldap.xml
Log:
Updated to OpenLDAP-2.4.23

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-11-15 04:53:43 UTC (rev 8688)
+++ trunk/BOOK/general.ent      2010-11-15 13:56:05 UTC (rev 8689)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "12">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">
@@ -502,8 +502,8 @@
 <!-- Chapter 24 -->
 <!-- dhcp (chapter 14) -->
 <!ENTITY leafnode-version             "1.11.5">
-<!ENTITY openldap-download-version    "stable-20100219">
-<!ENTITY openldap-version             "2.4.21">
+<!ENTITY openldap-download-version    "stable-20100719">
+<!ENTITY openldap-version             "2.4.23">
 <!-- rsync (chaptet 18) -->
 <!-- cvs (chapter 18) -->
 <!-- subversion (chapter 18) -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-11-15 04:53:43 UTC 
(rev 8688)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-11-15 13:56:05 UTC 
(rev 8689)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>November 15th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated to OpenLDAP-2.4.23.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 12th, 2010</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/server/other/openldap.xml
===================================================================
--- trunk/BOOK/server/other/openldap.xml        2010-11-15 04:53:43 UTC (rev 
8688)
+++ trunk/BOOK/server/other/openldap.xml        2010-11-15 13:56:05 UTC (rev 
8689)
@@ -8,10 +8,10 @@
   <!ENTITY openldap-download-ftp  
"ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz";>
 -->
   <!ENTITY openldap-download-http 
"http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz";>
   <!ENTITY openldap-download-ftp  
"ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz";>
-  <!ENTITY openldap-md5sum        "e7128c57b2bacd940e8906057c94ff26">
-  <!ENTITY openldap-size          "5.4 MB">
-  <!ENTITY openldap-buildsize     "134 MB">
-  <!ENTITY openldap-time          "1.9 SBU and approximately 30 minutes to run 
the tests (processor independent)">
+  <!ENTITY openldap-md5sum        "90150b8c0d0192e10b30157e68844ddf">
+  <!ENTITY openldap-size          "5.1 MB">
+  <!ENTITY openldap-buildsize     "139 MB">
+  <!ENTITY openldap-time          "2.0 SBU and approximately 35 minutes to run 
the tests (processor independent)">
 ]>
 
 <sect1 id="openldap" xreflabel="OpenLDAP-&openldap-version;">
@@ -56,6 +56,14 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Download</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Required patch: <ulink
+        url="&patch-root;/openldap-&openldap-version;-bdb5-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <!-- <note>
       <para>The <application>OpenLDAP</application> stable releases are
       packaged without version numbers in the tarball names. You can see the
@@ -78,9 +86,8 @@
     <para role="optional"><xref linkend="tcpwrappers"/>,
     <xref linkend="unixodbc"/>,
     <ulink url="http://www.openslp.org/";>OpenSLP</ulink>,
-    <xref linkend="pth"/>, and one of
-    <xref linkend="mysql"/>,
-    <ulink 
url="http://www.oracle.com/technologies/linux/index.html";>Oracle</ulink>, or
+    <xref linkend="pth"/>, and either
+    <xref linkend="mysql"/> or
     <xref linkend="postgresql"/></para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -98,7 +105,8 @@
       <command>configure</command> command instead of the other one, and
       then proceed with the remaining commands (no test suite 
available):</para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-bdb5-1.patch 
&amp;&amp;
+./configure --prefix=/usr \
             --sysconfdir=/etc \
             --disable-debug \
             --enable-dynamic \
@@ -108,7 +116,8 @@
     <para>Install <application>OpenLDAP</application> by
     running the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-bdb5-1.patch 
&amp;&amp;
+./configure --prefix=/usr \
             --libexecdir=/usr/sbin \
             --sysconfdir=/etc \
             --localstatedir=/srv/ldap \
@@ -194,7 +203,7 @@
 
     <para><parameter>--disable-sql</parameter>: This parameter explicitly
     disables the sql backend.  Omit this switch if a SQL server is
-    installed.</para>
+    installed and you are going to use a SQL backend (experimental).</para>
 
     <para><option>--disable-bdb --disable-hdb --with-ldbm-api=gdbm</option>:
     Pass these parameters to the <command>configure</command> command if you

-- 
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