[517] in Kerberos-V5-bugs
Re: kerberos V beta 4
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Fri Jun 17 19:12:29 1994
Date: Fri, 17 Jun 94 19:12:13 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: Mark Tinguely <tinguely@plains.NoDak.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[514] in Kerberos-V5-bugs"
>> 1) I added a entry in src/isode/h/config.h:
>> #ifdef i386 /* should be __freebsd__ */
I'd added __bsdi__ and __NetBSD__; is __freebsd__ actually defined on
FreeBSD, or is there some combination that will identify it? (i386 is
just wrong :-)
>> 2. In src/isode/compat/putenv.c, I had to define (#ifdef BSD44) out the
Yes. (This should really be autoconf'ed properly, unless we can throw
ISODE away altogether...)
>> 3. In src/lib/krb5 has an error creating the libkrb5.a because the posix
>> subdirectory has not object files listed in the DONE file; ar does
It seems that the *BSD (net2 derivatives) all have this problem, and
no other operating system does :-) We'll think of something (Ted had
some ideas on redoing the whole method of configuring those libraries
anyhow...)
_Mark_