[2599] in Kerberos_V5_Development
Re: RPC in libc?
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Tue Oct 21 12:37:25 1997
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Tue, 21 Oct 1997 11:26:31 EDT."
<199710211526.LAA21440@ginger.cmf.nrl.navy.mil>
Date: Tue, 21 Oct 1997 12:36:10 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
I have a suspicion that some variable/function in libc is referenced which is
not in the gssrpc - so you get a multiple inclusion as both are needed.
(Of course this may be total BS)
If I understand the code correctly, very few files in the lib/rpc directory
are specific to kerberos (i.e. *gss*) - and maybe that is all you really need
for the library as the registration hooks, etc I believd are in those. So
maybe you can come up with a reduced library for this platform...
Ezra