Changeset 2c6c3b41 for server/other/openldap.xml
- Timestamp:
- 10/25/2004 05:01:24 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 78a4071
- Parents:
- 114e5f0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/other/openldap.xml
r114e5f0b r2c6c3b41 5 5 %general-entities; 6 6 7 <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-stable-20040 614.tgz">8 <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20040 614.tgz">9 <!ENTITY openldap-size "2. 6MB">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"> 10 10 <!ENTITY openldap-buildsize "70 MB"> 11 <!ENTITY openldap-time "6. 02 SBU">11 <!ENTITY openldap-time "6.42 SBU"> 12 12 ]> 13 13 … … 41 41 dependencies</title> 42 42 <sect4><title>Required</title> 43 <para><xref linkend="db"/> 44 </para></sect4> 43 <para><xref linkend="db"/></para> 44 </sect4> 45 45 46 <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 48 50 <sect4><title>Optional</title> 49 <para> 50 <xref linkend="tcpwrappers"/>, 51 <para><xref linkend="tcpwrappers"/>, 51 52 <xref linkend="gdbm"/>, 52 53 <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, and 53 54 <xref linkend="heimdal"/> or 54 <xref linkend="mitkrb"/> 55 </para></sect4> 55 <xref linkend="mitkrb"/></para> 56 </sect4> 57 56 58 </sect3> 57 59 … … 72 74 make test && 73 75 make install && 74 chmod 755 /usr/lib/libl*-2.2.so.7.0. 6</command></userinput></screen>76 chmod 755 /usr/lib/libl*-2.2.so.7.0.10</command></userinput></screen> 75 77 76 78 </sect2> … … 79 81 <title>Command explanations</title> 80 82 81 <para><parameter>--libexecdir=/usr/sbin</parameter>: Puts the server83 <para><parameter>--libexecdir=/usr/sbin</parameter>: Installs the server 82 84 executables in <filename class="directory">/usr/sbin</filename> instead of 83 85 <filename class="directory">/usr/libexec</filename>.</para> … … 92 94 93 95 <para><option>--enable-ldbm</option>: Build <command>slapd</command> 94 with primary database back end using either <application>Berkeley95 DB</application> or <application><acronym>GNU</acronym> Database96 Manager</application>.</para>96 with the primary database back end using either 97 <application>Berkeley DB</application> or 98 <application><acronym>GNU</acronym> Database Manager</application>.</para> 97 99 98 100 <para><option>--disable-debug</option>: Disable debugging code.</para> 99 101 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 103 package. If you've enabled <application>tcp_wrappers</application>, ensure you 104 add 127.0.0.1 to the <parameter>slapd</parameter> line in the 105 <filename>/etc/hosts.allow</filename> file if you have a 103 106 restrictive <filename>/etc/hosts.deny</filename> file.</para> 104 107 105 <para><command>chmod 755 /usr/lib/libl*-2.2.so.7.0. 6</command>: This command108 <para><command>chmod 755 /usr/lib/libl*-2.2.so.7.0.10</command>: This command 106 109 adds the executable bit to the shared libraries.</para> 107 110
Note:
See TracChangeset
for help on using the changeset viewer.