[623] in Kerberos-V5-bugs
krb4 dependencies in krb5
daemon@ATHENA.MIT.EDU (Scott Schwartz)
Fri Aug 12 02:17:58 1994
To: krb5-bugs@MIT.EDU
Date: Fri, 12 Aug 1994 02:16:54 -0400
From: Scott Schwartz <schwartz@groucho.cse.psu.edu>
I just compiled k5b4p2 under SunOS 4.1.1. I just typed ./configure and
make. The build was much easier that on previous occasions: thanks
guys! Two things didn't link, however, because the makefiles in kdc and
appl/bsd assumed that K4 libraries were available. KRB4 is
undefined in my makefiles, so that doesn't work. Changing
K4LIB = $(KRB4)/lib/libkrb.a
to
K4LIB = ../../lib/libkrb425.a
(and similar for the kdc makefile) seems to pacify it.
-- Scott