[2150] in Kerberos_V5_Development
Re: thoughts about shared library build process
daemon@ATHENA.MIT.EDU (Tom Yu)
Sun Dec 29 19:31:51 1996
Date: Sun, 29 Dec 1996 19:31:44 -0500
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <9612291454.AA22132@dcl.MIT.EDU>
The issue of pulling in everything at once with dlopen is going to be
kinda tricky if we're pulling in libkdb and it needs symbols from
libdb... maybe we should bite the bullet and hack up libdb so that it
can be built shared. We could even set it up so that it checks to see
if it's being built in the krb5 tree before pulling in the krb5
macros.
---Tom