[2200] in Kerberos-V5-bugs
Re: Bug in leap year calculation
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Sat Aug 31 17:09:43 1996
To: "Larry V. Streepy, Jr." <streepy@healthcare.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: Your message of "Sat, 31 Aug 1996 12:01:15 MDT."
<32287DEB.54A7306E@healthcare.com>
Date: Sat, 31 Aug 1996 17:09:39 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
Re: teh gdbm issue....
Run configure with the options --with-db=db
(I forget the particular incarnation - but configre --help will list
two different databases that can be set - set them to "db).
The problem with gdbm stems from the way locking is handled - the gdbm
methodolgy is incompatible with our form.
In beta-7, only db will be used (actually db2) so there will not be an
option in terms of specifying which database code to use.
Ezra