Issue 616 - Making OpenLDAP for Linux
Summary: Making OpenLDAP for Linux
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-05 08:49 UTC by ldidillon@prologue-software.fr
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ldidillon@prologue-software.fr 2000-07-05 08:49:35 UTC
Hi,

I'm just beginning to use OpenLdap (1.2.9) in conjunction with nss-ldap and
pam-ldap.

to Make The OpenLdap with gdbm backend and to get shared libraries
(libldap.so and liblber.so) I have type the following command:

./configure --with-ldbm-api=gdbm --enable-shared=yes --enable-static=no

and then:

make depend
make
make install

Is that good? because I don't really know how to use the options
--enable-shared and --enable-static because I don't understand what means
the following lines (when you type : ./configure --help)
--enable-static[=PKGS]  ... (default=yes)
--enable-shared[=PKGS]  ... (default=no)
what values do I use for PKGS?





Comment 1 Kurt Zeilenga 2000-07-06 12:35:50 UTC
changed notes
changed state Open to Closed
Comment 2 OpenLDAP project 2014-08-01 21:06:11 UTC
user question