[1793] in Kerberos_V5_Development
Re: Kadm5 suite needs
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Thu Sep 26 12:29:43 1996
Date: Thu, 26 Sep 1996 12:28:49 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: epeisach@MIT.EDU
Cc: bjaspan@MIT.EDU, krbdev@MIT.EDU
In-Reply-To: <9609261437.AA31563@kangaroo.mit.edu> (epeisach@MIT.EDU)
a) Which version of the tcl library is assumed?
The code is set up to use any recent version of tcl; the only big
difference I know about is the use of main() vs. tclDummMainPtr, and
that is #ifdef'ed based on TCL_{MAJOR,MINOR}_VERSION (in test.c).
b) We need to autoconf for perl. If you don't have that - the tests will
not run.
c) Hard coded paths suck. /mit/gnu, /usr/athena/bin/perl
Yes, there is still a lot of autoconf-ing to do. I didn't say I was
*finished*, just that it could limp along. I haven't figured out yet
how to do the autoconf things that need to be done, which is why I
didn't do them yet.
Barry