[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDBM VS. BDB on OpenBSD 3.9
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Message from Marc Suttle on Wednesday 10 May 2006 23:27
> Quanah,
> Thanks for your quick answer. I would love to be at the latest
> and greatest but it is such a pain to install everything. Would I
> simply just compile the latest version of BD from sleepycats and then
> compile Openldap with the normal --configure lines? I need TLS support,
> slave replication, and BDB support. Please point me in the right
> direction for compile options and I will try it.
I'm not Quanah, however, I compiled BDB and OpenLDAP with the following
params:
- -- db-4.4.20:
$ ../dist/configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-gnu-ld \
--enable-smallbuild \
--enable-java \
--enable-cxx
- -- openldap-2.3.21:
$ ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gnu-ld \
--enable-passwd \
--enable-shell \
--enable-relay \
--enable-perl \
--enable-ldap \
--enable-bdb \
--enable-dynamic \
--enable-crypt
This is just one example; you might be good off without
those --enable-{shell,passwd,perl,ldap,crypt} options. :-)
Greetings,
Eric
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEYmlFMpEdE19y46cRAhI4AKC/ejMDqk5sBuYyQWhMoEQxCkuLNQCgl4eU
XxdDJx0Bcb03NjcxfSGZYPQ=
=GC6R
-----END PGP SIGNATURE-----