[1148] in Kerberos_V5_Development
Re: OV admin system integration plan
daemon@ATHENA.MIT.EDU (Mark Eichin)
Fri May 10 02:40:57 1996
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: "Barry Jaspan" <bjaspan@MIT.EDU>, krbdev@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 10 May 1996 02:40:03 -0400
In-Reply-To: Ezra Peisach's message of Tue, 07 May 1996 20:11:42 EDT
> merge libraries). I recently tried to build krb5 on a Linux 386 running
> Slackware 2. The default configuration options will build fine - but
> when you try to make check - you run into database problems. I tracked
Sorry I hadn't mentioned that here earlier, but yes, as far as I can
tell krb5 won't work with dbm on *any* system unless you #ifdef out
the locking that it does. (I have a seperate debian package of libgdbm
that I use for just that reason, and have been trying to think of a
way to have one package support both modes...)
Once marc's berk_db fixes get checked in, I'd certainly be happy
testing it extensively and (hopefully) committing to it. As Ken has
pointed out, we *know* that dbm is really broken too, with *small*
cases, much less large ones, and have merely gotten lucky thus far...