Changeset 9a6f6511


Ignore:
Timestamp:
08/13/2005 09:20:22 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
f165eea
Parents:
d8f9f82
Message:

Updated to OpenLDAP-2.2.26 stable release

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd8f9f82 r9a6f6511  
    298298<!-- dhcp (chapter 14) -->
    299299<!ENTITY leafnode-version             "1.10.8">
    300 <!ENTITY openldap-version             "2.2.24">
     300<!ENTITY openldap-download-version    "stable-20050429">
     301<!ENTITY openldap-version             "2.2.26">
    301302<!-- rsync (chaptet 18) -->
    302303<!-- cvs (chapter 18) -->
  • introduction/welcome/changelog.xml

    rd8f9f82 r9a6f6511  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>August 13th, 2005 [randy]: Updated to OpenLDAP-2.2.6 stable
     29      version; also added dependencies and configuration explanation.</para>
     30    </listitem>
    2631
    2732    <listitem>
  • server/other/openldap.xml

    rd8f9f82 r9a6f6511  
    55  %general-entities;
    66
    7   <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    8   <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum "383691dbabe05ee2b72a3e9db2042a82">
     7  <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
     8  <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz">
     9  <!ENTITY openldap-md5sum "afc8700b5738da863b30208e1d3e9de8">
    1010  <!ENTITY openldap-size "2.6 MB">
    11   <!ENTITY openldap-buildsize "76.7 MB">
    12   <!ENTITY openldap-time "6.58 SBU">
     11  <!ENTITY openldap-buildsize "86 MB">
     12  <!ENTITY openldap-time "1.5 SBU with an additional 15 minutes to run the tests (processor independent)">
    1313]>
    1414
     
    5555    </itemizedlist>
    5656
     57    <note>
     58      <para>The <application>OpenLDAP</application> stable releases are
     59      packaged without version numbers in the tarball names. You can see the
     60      relationship between the version number and name of the tarball at <ulink
     61      url="http://www.openldap.org/software/download/"/>.</para>
     62    </note>
     63
    5764    <bridgehead renderas="sect3">OpenLDAP Dependencies</bridgehead>
    5865
    5966    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para><xref linkend="db"/></para>
     67    <para><xref linkend="db"/> (recommended) or
     68    <xref linkend="gdbm"/></para>
    6169
    6270    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    6573    <bridgehead renderas="sect4">Optional</bridgehead>
    6674    <para><xref linkend="tcpwrappers"/>,
    67     <xref linkend="gdbm"/>,
    68     <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and
    69     <xref linkend="heimdal"/> or
    70     <xref linkend="mitkrb"/></para>
     75    <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>,
     76    <ulink url="http://www.openslp.org/">OpenSLP</ulink> and
     77    <ulink url="http://www.unixodbc.org/">unixODBC</ulink></para>
    7178
    7279  </sect2>
     
    8895
    8996<screen role="root"><userinput>make install &amp;&amp;
    90 chmod 755 /usr/lib/libl*-2.2.so.7.0.17</userinput></screen>
     97chmod 755 /usr/lib/libl*-2.2.so.7.0.19 &amp;&amp;
     98install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,rfc} &amp;&amp;
     99install -v -m644 doc/drafts/* \
     100    /usr/share/doc/openldap-&openldap-version;/drafts &amp;&amp;
     101install -v -m644 doc/rfc/* \
     102    /usr/share/doc/openldap-&openldap-version;/rfc</userinput></screen>
    91103
    92104  </sect2>
     
    127139    adds the executable bit to the shared libraries.</para>
    128140
     141    <para><option>--disable-bdb --disable-hdb --with-ldbm-api=gdbm</option>:
     142    Use these parameters to the <command>configure</command> command if you
     143    wish to use GDBM instead of Berkeley DB as the primary backend
     144    database.</para>
    129145  </sect2>
    130146
Note: See TracChangeset for help on using the changeset viewer.