[1318] in Kerberos-V5-bugs
Re: Built Krb5 Beta4.3 on solaris 5.4
daemon@ATHENA.MIT.EDU (eichin@MIT.EDU)
Wed Mar 29 18:12:42 1995
Date: Wed, 29 Mar 95 18:11:03 -0500
To: Sven Heinicke <sven@wired.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[1310] in Kerberos-V5-bugs"
From: eichin@MIT.EDU
These changes shouldn't have been necessary (they weren't under
Solaris 2.3, I haven't done a 2.4 build since the update but it would
surprise me.) In any case, use of -lucb is *always* a mistake; what
symbols were missing that you needed to add it?
_Mark_ <eichin@cygnus.com>
Cygnus Support, East Coast
[1310] daemon@ATHENA.MIT.EDU (Sven Heinicke) Kerberos-V5-bugs 03/27/95 20:07 (23 lines)
Date: Mon, 27 Mar 1995 17:06:42 -0800
From: Sven Heinicke <sven@wired.com>
i'm sunning SunOS webrun 5.4 Generic_101945-10 sun4m sparc, and I
built (not tested) Kerberos 5b4.3 on it. The only changes I had to so
was to add some libraries. I just did a ./configure with no options
to it. where is what I did:
to build: needed:
clients/klist/klist -lsocket
clients/kdestroy/kdestroy -lsocket
appl/bsd/rsh -L/usr/ucblib -R/usr/ucblib -lucb
appl/bsd/rcp -L/usr/ucblib -R/usr/ucblib -lucb
appl/bsd/rlogin -L/usr/ucblib -R/usr/ucblib -lucb
appl/bsd/krshd -L/usr/ucblib -R/usr/ucblib -lucb
appl/bsd/krlogin -L/usr/ucblib -R/usr/ucblib -lucb
appl/telnet/telnet/telnet -L/usr/ucblib -R/usr/ucblib -lucb
hope this helps
--[1310]--