[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How To Configure w/ FreeBSD
Rachel Florentine wrote:
Hi;
This may be OT, but after 3 days of trying to get my question answered
on FreeBSD lists, I figured I'd come back here where I know you guys
have the answer ;) I would like to run the following env/options in
building OpenLDAP:
env \
CPPFLAGS=-I/usr/local/include/db42 LDFLAGS=-L/usr/local/lib/db42 CC=gcc \
./configure \
--localstatedir=/var/run/slapd \
--enable-spasswd \
--enable-modules \
--enable-shared \
--enable-dynamic \
--with-tls \
--with-cyrus-sasl \
--enable-bdb \
--disable-slapd \
--enable-openssl \
--enable-monitor \
--enable-proxycache \
--enable-unique \
--enable-ppolicy \
--enable-accesslog \
--disable-cleartext
This combination of switches makes no sense. See configure --help.
There is no "--enable-openssl" option.
When you use "--disable-slapd" all backends and overlays are disabled.
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc
OpenLDAP Core Team http://www.openldap.org/project/