[332] in Kerberos-V5-bugs
Re: ok, a real problem: libkrb.a
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Aug 16 20:57:55 1993
Date: Mon, 16 Aug 93 20:57:33 EDT
From: tytso@Athena.MIT.EDU (Theodore Ts'o)
To: meyer@phloem.uoregon.edu
Cc: krb5-bugs@Athena.MIT.EDU
In-Reply-To: David M. Meyer 503/346-1747's message of Fri, 13 Aug 93 12:32:52 PDT,
Date: Fri, 13 Aug 93 12:32:52 PDT
From: meyer@phloem.uoregon.edu (David M. Meyer 503/346-1747)
Looks like libkrb.a (and hence krb5kdc) doesn't get built
for me. Is there some obvious config error?
libkrb.a is the Kerberos V4 library, and is only needed if you are
compiling in the V4 backwards compatibility. Make sure Krb4KDCCompat is
turned off in src/config/site.def. There is a known bug in the beta 2
distribution where there is one imakefile which still refers to
libkrb.a. Just get rid of that manually; it will be fixed for the next
release.
- Ted