Quanah Gibson-Mount wrote:
There is no reason for the BDB documentation to exist on the page at all. The
wiki should not mention BDB at all, and remove all the patch notes, and instead
correctly instruct people to build OpenLDAP with the included LMDB backend.
We are quite open to that. Can you suggest alternative instructions? We are
using openldap-2.4.40.
Would this work? It builds and installs fine without the sed for bdb, but there
are nuances that we may not be aware of.
-- Bruce
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib/openldap \
--disable-static \
--disable-debug \
--enable-dynamic \
--enable-crypt \
--enable-spasswd \
--enable-modules \
--enable-rlookups \
--enable-backends=mod \
--enable-overlays=mod \
--disable-ndb \
--disable-sql \
--disable-bdb \
--disable-hdb \
--enable-mdb
make depend
make
make install
For the client only, we would still use:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-dynamic \
--disable-debug \
--disable-slapd
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page