[206] in Kerberos-V5-bugs
Re: problem trying to build krb5
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Oct 17 14:10:00 1991
Date: Thu, 17 Oct 91 14:10:15 -0400
From: tytso@Athena.MIT.EDU (Theodore Ts'o)
To: meyer@phloem.uoregon.edu
Cc: krb5-bugs@Athena.MIT.EDU
In-Reply-To: David M. Meyer's message of Wed, 16 Oct 91 10:38:30 PDT,
Reply-To: tytso@Athena.MIT.EDU
Date: Wed, 16 Oct 91 10:38:30 PDT
From: meyer@phloem.uoregon.edu (David M. Meyer)
I've had two problems trying to build krb5. First, where
does the des code (krb5.des.tar.Z) below? Next, the file
KRB_defs.h is not around anywhere. Does something
generate it?
1) The DES code should go in src/des
2) There's a bug in Sun imake/cpp so that the Makefile for
src/lib/asn.1 is broken. See below.... If you need more details
about how to fix it, let me know.
I hope this helps!
- Ted
------- Forwarded Message
Date: Wed, 3 Jul 91 17:53:04 EDT
From: Steve Lunt <lunt@ctt.bellcore.com>
To: tytso@ATHENA.MIT.EDU
Subject: Re: Where is KRB5-types.h?
Ted,
The problem is in the Makefile. The PepsyTarget() imake rule produced
the following lines:
.SUFFIXES: .py
KRB5_tables.c: KRB5-asn.py
@echo '***Ignore the warning message "Warning: Can'\''t find UNIV.ph failed"'
$(PEPSY) $(PSYFLAGS) KRB5-asn.py
The line beginning with @ throws off make. I don't know why it doesn't have a
leading tab, but when I added one to the Makefile, it worked. A backslash is
needed in front of the : in the rule in config/Project.tmpl to fix this.
-- Steve
------- End Forwarded Message
--[0161]--
--[0166]--