mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-12 07:04:46 +08:00
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>
|
||
|
|