mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
565780205b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1396 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
494 B
XML
16 lines
494 B
XML
<sect2>
|
|
<title>Installation of <application>Open<acronym>LDAP</acronym></application></title>
|
|
|
|
<para>Install <application>Open<acronym>LDAP</acronym></application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
|
--sysconfdir=/etc --localstatedir=/var/lib \
|
|
--disable-debug --enable-ldbm &&
|
|
make depend &&
|
|
make &&
|
|
make test &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|