[1423] in Kerberos-V5-bugs
Problems building and installing on Solaris 2.4
daemon@ATHENA.MIT.EDU (Bruce Orchard)
Thu May 18 23:41:16 1995
Date: Thu, 18 May 1995 22:40:58 -0500
From: orchard@punch.engr.wisc.edu (Bruce Orchard)
To: krb5-bugs@MIT.EDU
I ran into these problems building kerberos 5
beta 5 on Solaris 2.4 with SunPro C 2.0.1:
1. src/lib/krb4/in_tkt.c and src/lib/krb4/tf_util.c
assume that __svr4__ is defined on Solaris.
gcc does but SunPro C does not.
2. Several Makefiles were created with the wrong number
of ..'s in the definition of INSTALL. I think they
were all generated as
INSTALL=../../config/install-sh -c
For example, in src/appl/sample/sclient/Makefile,
INSTALL should be
INSTALL=../../../config/install-sh -c
I think the following Makefiles are affected:
src/kdc/Makefile
src/slave/Makefile
src/appl/sample/sclient/Makefile
src/appl/sample/sserver/Makefile
src/appl/simple/client/Makefile
src/appl/simple/server/Makefile
src/appl/telnet/telnet/Makefile
src/appl/telnet/telnetd/Makefile
Bruce Orchard