Am Mon, 24 Nov 2014 09:52:34 -0500 schrieb Guruprasad Kulkarni gkulkarni@gridcosystems.com:
I have 2 questions regarding multi master replication:
- I built openldap 2.4.40 from source and according to the makefile,
the module directory should be at /usr/local/libexec/openldap.
However I do not see such a folder. Am I missing something? The
options I used with configure were "--enable-debug --enable-modules --enable-hdb --enable-monitor --enable-ppolicy --enable-syncprov --with-tls --with-cyrus-sasl"
I am asking because the multi master replication example (
http://www.openldap.org/doc/admin24/replication.html http://www.openldap.org/doc/admin24/replication.html#N-Way) needs me to load the syncprov.la module, but I am not sure if the modulepath given there is correct or not.
You have probably not build dynamic loadable modules, but built-in modules. you should run ./configure --help | less, which will show proper build choices.
-Dieter