From ed519d1e8b32347d3cfd5a5f818c3fc19af127df Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 20 Mar 2005 22:12:52 +0000 Subject: [PATCH] More notes --- build/BerkeleyDB42.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build/BerkeleyDB42.patch b/build/BerkeleyDB42.patch index b3acf825b5..642668e850 100644 --- a/build/BerkeleyDB42.patch +++ b/build/BerkeleyDB42.patch @@ -1,11 +1,15 @@ 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. +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 - 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. -- 2.39.5