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-09 03:55:35 +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-09 03:55:35 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
|
2003-02-01 14:42:31 +08:00
|
|
|
--libexecdir=/usr/sbin --enable-ldbm &&
|
|
|
|
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
|
|
|
</sect2>
|
|
|
|
|