[2430] in Kerberos_V5_Development
Krb and AIX4.2
daemon@ATHENA.MIT.EDU (Mike)
Mon Jul 14 15:06:33 1997
Date: Mon, 14 Jul 1997 15:02:34 -0500
From: Mike <mmessier@magma.ca>
Reply-To: mmessier@magma.ca
To: krbdev@MIT.EDU
Cc: donn@u.washington.edu
Hi there,
I had trouble compiling KrbV5 pl1. under AIX 4.2. It complained about a
structure in utmpx.h that wasn't complete (and it's right, the library
_have_ changed from 4.1.5 to 4.2). To get it to compile, I had to
comment out a line in update_utmp.c (line 146)
"#ifdef __hpux
utx.ut_exit.__....
utx.tu_exit.__...
#else
/* utx.ut_exit = ent.ut_exit; */
#endif
so it wouldn't use that structure anymore. My question is, what are the
impact of such a change?
Donn, I send you this 'cause you had a problem with telnetd under AIX
4.2 (thanks, you saved me from some sweat! :-), I was wondering if you
had such trouble has mentionned above? Did you compile the whole
release or just the telnet deamon??
Any comments (help) on the above problem would be very usefull. Are my
changes right? dangerous? any patch out there??
Thanks,
Mike