[1580] in Kerberos-V5-bugs
Re: A Build Question (Not a bug)
daemon@ATHENA.MIT.EDU (Sam Hartman)
Thu Aug 3 15:46:10 1995
To: JSSKUBEL@POST.SYGMA.NET
Cc: "krb5-bugs(a)ATHENA.MIT.EDU" <krb5-bugs@MIT.EDU>
In-Reply-To: Your message of "Thu, 03 Aug 1995 15:24:54 EDT."
<0010510001039959000002*@MHS>
Date: Thu, 03 Aug 1995 15:45:56 EDT
From: Sam Hartman <hartmans@MIT.EDU>
Hi, James.
In the future, please send build and other questions to
kerberos@mit.edu or post to comp.protocols.kerberos (they are the
same), instead of sending to krb5-bugs.
It is somewhat non-trivial to configure only part of the
Kerberos tree, so I'll assume that you have all the sources, and that
they all configure.
Now, it is fairly easy to build only certain parts of the
tree; unfortunately, you will need a fairly large part of the tree for
the clients to work. By clients, I assume you mean utilities like
kinit and klist, in addition to applications like rlogin and rcp, not
just the three utilities in the clients directory. In order for
clients to compile, you will need to do the following:
* run make in the util directory; in particular, et and profile must
build completely.
* Run make in include.
* Run Make in lib/crypto and lib/krb5. These must build completely.
* In any subtree that you want built (clients and appl/bsd for
example) run make.
--Sam