ticket: 1592
authortlyu <tlyu@dc483132-0cff-0310-8789-dd5450dbe970>
Fri, 20 Jun 2003 03:24:07 +0000 (03:24 +0000)
committertlyu <tlyu@dc483132-0cff-0310-8789-dd5450dbe970>
Fri, 20 Jun 2003 03:24:07 +0000 (03:24 +0000)
tags: pullup

Delete references to --with-system-db from README.

* build.texinfo (HPUX): Fix typo.
(Options to Configure): Note that --with-system-db is unsupported,
concerning possible lossage with loading dumpfiles.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15637 dc483132-0cff-0310-8789-dd5450dbe970

README
doc/ChangeLog
doc/build.texinfo

diff --git a/README b/README
index 68e56477f27d7790681bbd8c2a9b8d674f113238..59fea02f326af882a80b0032c3688195b0568875 100644 (file)
--- a/README
+++ b/README
@@ -90,19 +90,15 @@ Notes, Major Changes, and Known Bugs for 1.3
   may be necessary when talking to Microsoft KDCs (domain controllers),
   if they issue you tickets with lots of PAC data.
 
-* If you have versions of the com_err, ss, or Berkeley DB packages
-  installed locally, you can use the --with-system-et,
-  --with-system-ss, and --with-system-db configure options to use them
-  rather than using the versions supplied here.  Note that the
-  interfaces are assumed to be similar to those we supply; in
+* If you have versions of the com_err or ss installed locally, you can
+  use the --with-system-et and --with-system-ss configure options to
+  use them rather than using the versions supplied here.  Note that
+  the interfaces are assumed to be similar to those we supply; in
   particular, some older, divergent versions of the com_err library
   may not work with the krb5 sources.  Many configure-time variables
   can be used to help the compiler and linker find the installed
   packages; see the build documentation for details.
 
-  We have not tested this change with version 4 of the Berkeley DB
-  library.
-
 * The AES cryptosystem has been implemented.  However, support in the
   Kerberos GSSAPI mechanism has not been written (or even fully
   specified), so it's not fully enabled.  See the documentation for
index c07615c5edc5e889b04fa05ac0a5fcfe6ca24d6e..c8e018e9088e5a4cb9cc98cee83f6df4ae09b383 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-19  Tom Yu  <tlyu@mit.edu>
+
+       * build.texinfo (HPUX): Fix typo.
+       (Options to Configure): Note that --with-system-db is unsupported,
+       concerning possible lossage with loading dumpfiles.
+
 2003-06-18  Tom Yu  <tlyu@mit.edu>
 
        * dnssrv.texinfo: Add note about _kerberos-iv._udp SRV records.
index d1f211a90546c9f768c294d67e57cc09e5e98930..a9fc0536df291abc4c1f07f37176bcad15287d18 100644 (file)
@@ -569,7 +569,10 @@ This option is ignored if @samp{--with-system-ss} is not specified.
 @item --with-system-db
 
 Use an installed version of the Berkeley DB package, which must
-provide an API compatible with version 1.85.
+provide an API compatible with version 1.85.  This option is
+@emph{unsupported} and untested.  In particular, we do not know if the
+database-rename code used in the dumpfile load operation will behave
+properly.
 
 If this option is not given, a version supplied with the Kerberos
 sources will be built and installed.  (We are not updating this
@@ -772,7 +775,7 @@ NetBSD and FreeBSD.)
 The native (bundled) compiler for HPUX currently will not work,
 because it is not a full ANSI C compiler.  The optional ANSI C
 compiler should work as long as you give it the @samp{-Ae} flag
-(i.e. @samp{./configure CC='cc -Ae}).  This is equivalent to
+(i.e. @samp{./configure CC='cc -Ae'}).  This is equivalent to
 @samp{./configure CC='c89 -D_HPUX_SOURCE'}, which was the previous
 recommendation.  This has only been tested recently for HPUX 10.20.