[749] in Kerberos-V5-bugs
Re: Linking in the kerberos 4 libraries
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Sep 14 22:17:05 1994
Date: Wed, 14 Sep 1994 22:16:55 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: randy@solomon.ngs.noaa.gov (Randy Philipp)
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [721]
[0721] daemon@ATHENA.MIT.EDU (Randy Philipp) Kerberos-V5-bugs 09/08/94 13:39 (13 lines)
Date: Thu, 8 Sep 94 13:38:29 EDT
From: randy@solomon.ngs.noaa.gov (Randy Philipp)
I have discovered a problem with the compiling kerberos 5 without
kerberos 4 compatibility. In some of the Makefiles, the variable
K4LIB gets set to "$(KRB4ROOT)/lib/libkrb.a" which ends up as
"/lib/libkrb.a". This library does not exists. The problem seems
to be located in appl/bsd and appl/telnet/telnetd. If this is not
a bug, please let me know, I am not very experienced with kerberos.
Yes, this was a bug that was introduced accidentally just before our
last release. Just remove the offending "$(KRB4ROOT)/lib/libkrb.a" from
your makefile if you do not need Kerberos 4 compatibility. It will be
fixed for real in the next release.
- Ted