Ignore:
Timestamp:
10/25/2004 05:01:24 PM (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:
78a4071
Parents:
114e5f0b
Message:

Updated to OpenLDAP-2.2.17

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r114e5f0b r2c6c3b41  
    55  %general-entities;
    66
    7 <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-stable-20040614.tgz">
    8 <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20040614.tgz">
    9 <!ENTITY openldap-size "2.6 MB">
     7<!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-stable-20040923.tgz">
     8<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20040923.tgz">
     9<!ENTITY openldap-size "2.5 MB">
    1010<!ENTITY openldap-buildsize "70 MB">
    11 <!ENTITY openldap-time "6.02 SBU">
     11<!ENTITY openldap-time "6.42 SBU">
    1212]>
    1313
     
    4141dependencies</title>
    4242<sect4><title>Required</title>
    43 <para><xref linkend="db"/>
    44 </para></sect4>
     43<para><xref linkend="db"/></para>
     44</sect4>
     45
    4546<sect4><title>Recommended</title>
    46 <para><xref linkend="cyrus-sasl"/> and <xref linkend="openssl"/>
    47 </para></sect4>
     47<para><xref linkend="cyrus-sasl"/> and <xref linkend="openssl"/></para>
     48</sect4>
     49
    4850<sect4><title>Optional</title>
    49 <para>
    50 <xref linkend="tcpwrappers"/>,
     51<para><xref linkend="tcpwrappers"/>,
    5152<xref linkend="gdbm"/>,
    5253<ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and
    5354<xref linkend="heimdal"/> or
    54 <xref linkend="mitkrb"/>
    55 </para></sect4>
     55<xref linkend="mitkrb"/></para>
     56</sect4>
     57
    5658</sect3>
    5759
     
    7274make test &amp;&amp;
    7375make install &amp;&amp;
    74 chmod 755 /usr/lib/libl*-2.2.so.7.0.6</command></userinput></screen>
     76chmod 755 /usr/lib/libl*-2.2.so.7.0.10</command></userinput></screen>
    7577
    7678</sect2>
     
    7981<title>Command explanations</title>
    8082
    81 <para><parameter>--libexecdir=/usr/sbin</parameter>: Puts the server
     83<para><parameter>--libexecdir=/usr/sbin</parameter>: Installs the server
    8284executables in <filename class="directory">/usr/sbin</filename> instead of
    8385<filename class="directory">/usr/libexec</filename>.</para>
     
    9294
    9395<para><option>--enable-ldbm</option>: Build <command>slapd</command>
    94 with primary database back end using either <application>Berkeley
    95 DB</application> or <application><acronym>GNU</acronym> Database
    96 Manager</application>.</para>
     96with the primary database back end using either
     97<application>Berkeley DB</application> or
     98<application><acronym>GNU</acronym> Database Manager</application>.</para>
    9799
    98100<para><option>--disable-debug</option>: Disable debugging code.</para>
    99101
    100 <para><command>make test</command>: Validate correct build of the package. If
    101 you've enabled <application>tcp_wrappers</application>, ensure you add
    102 127.0.0.1 to your <filename>/etc/hosts.allow</filename> file if you have a
     102<para><command>make test</command>: Validates the  correct build of the
     103package. If you've enabled <application>tcp_wrappers</application>, ensure you
     104add 127.0.0.1 to the <parameter>slapd</parameter> line in the
     105<filename>/etc/hosts.allow</filename> file if you have a
    103106restrictive <filename>/etc/hosts.deny</filename> file.</para>
    104107
    105 <para><command>chmod 755 /usr/lib/libl*-2.2.so.7.0.6</command>: This command
     108<para><command>chmod 755 /usr/lib/libl*-2.2.so.7.0.10</command>: This command
    106109adds the executable bit to the shared libraries.</para>
    107110
Note: See TracChangeset for help on using the changeset viewer.