[2368] in Kerberos_V5_Development
Kerberos 5p1 compile problems
daemon@ATHENA.MIT.EDU (James Rome)
Mon May 5 13:10:38 1997
Date: Mon, 05 May 1997 13:06:43 -0400
To: krbdev@MIT.EDU
From: jar@ornl.gov (James Rome)
I'm not sure of the correct person to send this to, so please forward it as
appropriate.
I have an AIX 4.2.0 RS6000 with the IBM C/C++ compiler. I configure with
../src/configure --with-cc=cc \
--with-cppopts='-DANL_DCE -DAFS524 -ULOGIN_CAP_F '\
--prefix=/krb5
The make fails in src/util/pty/update_utmp.c
The code assumes that there is a utx.ut_exit structure.
However, the /etc/include/utmpx.h file has no such element.
struct utmpx
{
char ut_user[8] ; /* User login name */
char ut_id[14] ; /* /etc/inittab id */
char ut_line[12] ; /* device name (console, lnxx) */
short ut_type ; /* type of entry */
pid_t ut_pid ; /* process id */
struct timeval ut_tv; /* time entry was made */
char ut_host[16]; /* host id */
} ;
/* Definitions for ut_type */
Please advise on how to overcome this problem.
Thanks,
James A. Rome
ORNL