[1450] in Kerberos-V5-bugs
Problems building Kerberos 5 Beta 4 under HP-UX 9.05
daemon@ATHENA.MIT.EDU (Dr. Ethan V. Munson)
Mon Jun 5 17:45:17 1995
From: "Dr. Ethan V. Munson" <munson@blatz.cs.uwm.edu>
To: krb5-bugs@MIT.EDU
Cc: dglo@ssec.wisc.edu
Date: Mon, 05 Jun 95 16:44:33 -0500
Hello Kerberos Bugs People --
When building Kerberos 5 Beta 4, the file lib/kdb4/krb_dbm.c includes
a call to "utimes", which is not a part of HP-UX 9.05. This system
call has apparently been replaced by "utime". I get a link-time error
because this function can't be found.
You have a pretty complex configuration process, so I can't tell
whether this is a configuration error or something else. I have been
able to fix this by modifying the function call in the source file.
I get another link-time error that I don't know how to fix. The file
appl/bsd/krcp.c wants to use the "seteuid" function, which doesn't
exist on HP-UX. I can't see an easy patch for this problem, so I'm
currently stymied.
Ethan
Ethan Munson, Assistant Professor Internet: munson@cs.uwm.edu
Dept. of EECS Work Phone: (414) 229-4438
University of Wisconsin - Milwaukee FAX: (414) 229-6958
Milwaukee, WI 53201 Home Phone: (414) 967-1613
------- End of Unsent Draft