OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : How do I force LDBM to use of GDBM? | |
Note: back-ldbm is deprecated in favor of back-bdb and back-hdb.
Kurt@OpenLDAP.org | |
If you want to require use of GDBM, you must
say so using the --with-ldbm-api option.
./configure --with-ldbm-api=gdbm | |
If you have installed GDBM such that its headers and libraries will
not be found automatically by the C translator and linker, you will
need to specify additional include and lib search directories.
See Also: | |
You will also need to disable the berkeley db with the option --disable-bdb
Note also when configuring the slapd daemon you will use the db option "ldbm".
| |
[Append to This Answer] |
Previous: | How do I force LDBM to use of BerkeleyDB? |
Next: | Can LDBM use NDBM? |
|