mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
97c2592396
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@639 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
376 B
XML
15 lines
376 B
XML
<sect2>
|
|
<title>Installation of OpenLDAP</title>
|
|
|
|
<para>Install OpenLDAP by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
|
|
--libexecdir=/usr/sbin --enable-ldbm &&
|
|
make depend &&
|
|
make &&
|
|
make test &&
|
|
make install &&
|
|
</userinput></screen></para>
|
|
</sect2>
|
|
|