From 974a365c742d6d2f0b1ce2af55e8e0a950008b84 Mon Sep 17 00:00:00 2001 From: skimo Date: Mon, 1 Jan 2001 20:58:18 +0000 Subject: [PATCH] mention that glibc 2.2 no longer includes db --- README.DB3 | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) rewrite README.DB3 (63%) diff --git a/README.DB3 b/README.DB3 dissimilarity index 63% index 740d5c71..d0236bd3 100644 --- a/README.DB3 +++ b/README.DB3 @@ -1,23 +1,22 @@ -This version of vi requires DB3.1 or better, which can be found -on http://www.sleepycat.com/ . - -If your system library (such as glibc) uses a previous version -of db (e.g. DB2) internally, you must configure with ---enable-dynamic-loading to avoid symbols in the internally -used db from being resolved against the newer db. - -If, on top of that, the vi binary is explicitly linked -against that previous version of db (such as might happen -if you enable the perl embedding), you should compile -the 3.1 version with all symbols internally resolved. -This can be accomplished by passing the -Bsymbolic -option to the linker. -A patch that does this is included. -To apply do: - -cd /path/to/db3.1/source -patch -p1 < /path/to/nvi/source/db-3.1.14-Bsymbolic-patch - -(If only I knew somebody who works at sleepycat...) - -skimo@kotnet.org +This version of vi requires DB3.1 or better, which can be found +on http://www.sleepycat.com/ . + +If your system library (such as glibc prior to version 2.2) uses a +previous version of db (e.g. DB2) internally, you must configure with +--enable-dynamic-loading to avoid symbols in the internally used db from +being resolved against the newer db. + +If, on top of that, the vi binary is explicitly linked against that +previous version of db (such as might happen if you enable the perl +embedding), you should compile the 3.1 version with all symbols internally +resolved. This can be accomplished by passing the -Bsymbolic option to +the linker. +A patch that does this is included. +To apply do: + +cd /path/to/db3.1/source +patch -p1 < /path/to/nvi/source/db-3.1.14-Bsymbolic-patch + +(If only I knew somebody who works at sleepycat...) + +skimo@kotnet.org -- 2.11.4.GIT