[1865] in Kerberos
kerberos install bug
daemon@ATHENA.MIT.EDU (Operator)
Wed Apr 22 19:38:41 1992
Date: Wed, 22 Apr 92 15:52:10 PDT
From: root@mls1.hac.com (Operator)
To: kerberos@Athena.MIT.EDU
I am attempting to install kerberos on a SUN sparcstation with
SunOS 4.1.1.
I followed the install instructions and I think I found two bugs
in the file obj/util/ss/make_commands.c.
The first bug is the usage statement specifies a "%s" in the printf
but does not give a parameter.
###
if (argc == 1 || argc > 4 || (argc == 3 && strcmp("-n", argv[2]))) {
fprintf(stderr, "Usage: %s cmdtbl.ct [-n]\n");
exit(1);
}
The second bug is in the execl command "ld". The options -r and
-n conflict since -r implies dynamic load and -n implies static
###
execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",
z_file+5, 0);
Thanks
Todd Matthews
EMAIL = todd@mls1.hac.com