Changeset d6da5da for server/other


Ignore:
Timestamp:
03/16/2013 12:11:58 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cafc2a29
Parents:
0b33a30
Message:

Package updates, additions and tweaks. See commit log and blfs changelog.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r0b33a30 rd6da5da  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "5adae44897647c15ce5abbff313bc85a">
     9  <!ENTITY openldap-md5sum        "df93a62e396ac312333cdeab0c5b48b6">
    1010  <!ENTITY openldap-size          "5.3 MB">
    11   <!ENTITY openldap-buildsize     "100 MB">
     11  <!ENTITY openldap-buildsize     "130 MB">
    1212  <!ENTITY openldap-time          "1.2 SBU">
    1313]>
     
    148148patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    149149autoconf &amp;&amp;
    150 ./configure --prefix=/usr \
     150./configure --prefix=/usr     \
    151151            --sysconfdir=/etc \
    152             --enable-dynamic \
    153             --disable-debug \
    154             --disable-slapd</userinput></screen>
     152            --enable-dynamic  \
     153            --disable-debug   \
     154            --disable-slapd &amp;&amp;
     155make depend &amp;&amp;
     156make</userinput></screen>
    155157    </note>
    156158
     
    163165patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    164166autoconf &amp;&amp;
    165 ./configure --prefix=/usr \
    166             --sysconfdir=/etc \
    167             --localstatedir=/var \
     167./configure --prefix=/usr         \
     168            --sysconfdir=/etc     \
     169            --localstatedir=/var  \
    168170            --libexecdir=/usr/lib \
    169             --disable-static \
    170             --disable-debug \
    171             --enable-dynamic \
    172             --enable-crypt \
    173             --enable-modules \
    174             --enable-rlookups \
     171            --disable-static      \
     172            --disable-debug       \
     173            --enable-dynamic      \
     174            --enable-crypt        \
     175            --enable-spasswd      \
     176            --enable-modules      \
     177            --enable-rlookups     \
    175178            --enable-backends=mod \
    176179            --enable-overlays=mod \
    177             --disable-ndb \
     180            --disable-ndb         \
    178181            --disable-sql &amp;&amp;
    179182make depend &amp;&amp;
     
    190193<screen role="root"><userinput>make install &amp;&amp;
    191194
    192 install -v -dm 755 /usr/share/doc/openldap-&openldap-version; &amp;&amp;
     195install -v -dm755 /usr/share/doc/openldap-&openldap-version; &amp;&amp;
    193196cp -vfr doc/drafts /usr/share/doc/openldap-&openldap-version; &amp;&amp;
    194197cp -vfr doc/rfc    /usr/share/doc/openldap-&openldap-version; &amp;&amp;
     
    204207
    205208    <para>
    206       <option>--disable-debug</option>: This parameter disables
     209      <option>--disable-debug</option>: This switch disables
    207210      the debugging code in <application>OpenLDAP</application>.
    208211    </para>
    209212
    210213    <para>
    211       <option>--enable-dynamic</option>: This parameter forces the
     214      <option>--enable-dynamic</option>: This switch forces the
    212215      <application>OpenLDAP</application> libraries to be dynamically
    213216      linked to the executable programs.
     
    215218
    216219    <para>
    217       <option>--enable-crypt</option>: This parameter enables using of
     220      <option>--enable-crypt</option>: This switch enables using of
    218221      <command>crypt(3)</command> passwords.
    219222    </para>
    220223
    221224    <para>
    222       <option>--enable-modules</option>: This parameter enables dynamic
     225      <option>--enable-spasswd</option>: This switch enables
     226      <application>SASL</application> password verification.
     227    </para>
     228
     229    <para>
     230      <option>--enable-modules</option>: This switch enables dynamic
    223231      module support.
    224232    </para>
    225233
    226234    <para>
    227       <option>--enable-rlookups</option>: This parameter enables
     235      <option>--enable-rlookups</option>: This switch enables
    228236      reverse lookups of client hostnames.
    229237    </para>
    230238
    231239    <para>
    232       <option>--enable-backends</option>: This parameter enables
     240      <option>--enable-backends</option>: This switch enables
    233241      all available backends.
    234242    </para>
    235243
    236244    <para>
    237       <option>--enable-overlays</option>: This parameter enables
     245      <option>--enable-overlays</option>: This switch enables
    238246      all available overlays.
    239247    </para>
    240248
    241249    <para>
    242       <option>--disable-ndb</option>: This parameter disables
     250      <option>--disable-ndb</option>: This switch disables
    243251      <application>MySQL</application> NDB Cluster backend
    244252      which causes configure to fail if
     
    247255
    248256    <para>
    249       <option>--disable-sql</option>: This parameter explicitly
     257      <option>--disable-sql</option>: This switch explicitly
    250258      disables the SQL backend.  Omit this switch if a SQL server is
    251259      installed and you are going to use a SQL backend.
     
    253261
    254262    <para>
    255       <option>--enable-spasswd</option>: This parameter enables
    256       <application>SASL</application> password verification.
    257     </para>
    258 
    259     <para>
    260       <option>--enable-slp</option>: This parameter enables
    261       SLPv2 support. Use this switch if you have installed
     263      <option>--enable-slp</option>: This switch enables
     264      SLPv2 support. Use it if you have installed
    262265      <ulink url="http://www.openslp.org/">OpenSLP</ulink>.
    263266    </para>
     
    266269      <para>
    267270        You can run <command>./configure --help</command> to see if there
    268         are other parameters you can pass to the <command>configure</command>
     271        are other switch you can pass to the <command>configure</command>
    269272        command to enable other options or dependency packages.
    270273      </para>
     
    318321      </para>
    319322
    320       <itemizedlist spacing='compact'>
     323      <itemizedlist spacing="compact">
    321324        <listitem>
    322325          <para>
     
    445448        </seg>
    446449        <seg>
    447           liblber.so, libldap.so,a and libldap_r.so
     450          liblber.so, libldap.so and libldap_r.so
    448451        </seg>
    449452        <seg>
     
    717720
    718721      <varlistentry id="liblber">
    719         <term><filename class='libraryfile'>liblber.so</filename></term>
     722        <term><filename class="libraryfile">liblber.so</filename></term>
    720723        <listitem>
    721724          <para>
     
    734737
    735738      <varlistentry id="libldap">
    736         <term><filename class='libraryfile'>libldap.so</filename></term>
     739        <term><filename class="libraryfile">libldap.so</filename></term>
    737740        <listitem>
    738741          <para>
     
    747750
    748751      <varlistentry id="libldap_r">
    749         <term><filename class='libraryfile'>libldap_r.so</filename></term>
     752        <term><filename class="libraryfile">libldap_r.so</filename></term>
    750753        <listitem>
    751754          <para>
Note: See TracChangeset for help on using the changeset viewer.