mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
More notes
This commit is contained in:
parent
3fe8eb637a
commit
ed519d1e8b
1 changed files with 7 additions and 3 deletions
|
|
@ -1,11 +1,15 @@
|
||||||
This patch is intended to be applied to Berkeley DB 4.2.52 and,
|
This patch is intended to be applied to Berkeley DB 4.2.52 and,
|
||||||
if applied, will automatically be used by slapd(8) back-bdb/hdb.
|
if applied, will automatically be used by slapd(8) back-bdb/hdb.
|
||||||
|
Without this patch the BDB DB_LOG_AUTOREMOVE option will not work,
|
||||||
|
nor will db_archive allow any transaction log files to be removed
|
||||||
|
while slapd is running.
|
||||||
|
|
||||||
The patch can be applied using patch(1) as follows
|
The patch can be applied to the BDB source using patch(1) as follows
|
||||||
cd db-4.2.52
|
cd db-4.2.52
|
||||||
patch < openldap-src/build/BerkeleyDB42.patch
|
patch -p0 < openldap-src/build/BerkeleyDB42.patch
|
||||||
|
|
||||||
(modify directory paths as necessary).
|
(modify directory paths as necessary, then recompile and reinstall
|
||||||
|
the BerkeleyDB 4.2 library.)
|
||||||
|
|
||||||
The patch should not be applied to Berkeley DB 4.3.
|
The patch should not be applied to Berkeley DB 4.3.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue