|
OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation :
How do I select a suitable LDBM backend? |
Note: back-ldbm is deprecated in favor of back-bdb and back-hdb.
|
Use the --with-ldbm-api option. Common values are:
Option | Description |
auto | Auto select |
berkeley | Berkeley DB |
bcompat | Berkeley DB 1.8x (deprecated) |
gdbm | GNU DB Manager |
mdbm | MDBM Manager (experimental) |
|
If you do have one of the above installed and configure
cannot find it you may need to add additional directories to
your include and library paths.
See: How do I specify additional compiler include/lib search directories?
|
[Append to This Answer] |