[230] in Kerberos-V5-bugs
Re: KerberosV on HP-UX
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri May 22 23:48:39 1992
Date: Fri, 22 May 92 23:48:14 -0400
From: tytso@Athena.MIT.EDU (Theodore Ts'o)
To: STEFANO SUIN <stefano@di.unipi.it>
Cc: krb5-bugs@Athena.MIT.EDU
In-Reply-To: STEFANO SUIN's message of Tue, 19 May 92 13:37:27 METDST,
Reply-To: tytso@Athena.MIT.EDU
Date: Tue, 19 May 92 13:37:27 METDST
From: STEFANO SUIN <stefano@di.unipi.it>
Where we can find the file $SRCTOP/include/krb5/asn.1/KRB5-types.h ?
We are not able to find it, could you help us please?
That file is built automatically from KRB5-asn.py. However, there is a
bug in SunOS imake's which causes an invalid Makefile to be generated in
that directory. If you look at it, you will find that a tab character
is missing on the line close to where pepsy is invoked.
The other possibility is that you are using ISODE 7.0; in that case, you
need to add -C to PEPSYFLAGS, which causes pepsy to run in compatibility
mode, where it generates the three .h files in the style of ISODE 6.8,
instead of a single file which is what ISODE 7.0 does by default.
- Ted