2003-02-01 14:42:31 +08:00
|
|
|
<sect2>
|
2003-09-09 03:55:35 +08:00
|
|
|
<title>Installation of <application>Open<acronym>LDAP</acronym></application></title>
|
2003-02-01 14:42:31 +08:00
|
|
|
|
2003-09-24 00:50:24 +08:00
|
|
|
<para>Install <application>Open<acronym>LDAP</acronym></application> by
|
|
|
|
running the following commands:</para>
|
2003-02-01 14:42:31 +08:00
|
|
|
|
2003-09-24 00:50:24 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
2003-10-16 05:24:18 +08:00
|
|
|
--sysconfdir=/etc --localstatedir=/var/lib \
|
2003-09-24 00:50:24 +08:00
|
|
|
--disable-debug --enable-ldbm &&
|
2003-02-01 14:42:31 +08:00
|
|
|
make depend &&
|
|
|
|
make &&
|
|
|
|
make test &&
|
2003-09-09 03:55:35 +08:00
|
|
|
make install</command></userinput></screen>
|
2003-02-01 14:42:31 +08:00
|
|
|
|
2003-09-24 00:50:24 +08:00
|
|
|
</sect2>
|