[1387] in Kerberos-V5-bugs
B5 BSDI 'make check'
daemon@ATHENA.MIT.EDU (Brian Kantor)
Tue May 9 17:10:17 1995
Date: Tue, 9 May 1995 14:10:06 -0700
From: brian@nothing.ucsd.edu (Brian Kantor)
To: krb5-bugs@MIT.EDU
The 'make check' succeeds until
../admin/destroy/kdb5_destroy -d ./testdb -f
kdb5_destroy: No such file or directory deleting database file './testdb.dir'
Database appears to not exist--inspect files manually!
*** Error code 1
This is because BSDI uses the new Berkeley 'db' package instead of
'dbm' or 'ndbm', and there is no '.dir' file. Under BSDI (or any other
system using the 'db' package), the file will be called 'testdb.db'.
Otherwise, the 'check' tests seem to work just fine.
Congratulations!
- Brian