[1614] in Kerberos_V5_Development
Where do we stand on libkdb and shared libraries?
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Mon Aug 19 15:00:12 1996
From: epeisach@MIT.EDU
Date: Mon, 19 Aug 1996 15:00:02 -0400
To: tlyu@MIT.EDU, hartmans@MIT.EDU
Cc: krbcore@MIT.EDU
As I see it there may be several gotchas currently wrt shared
libraries.
a) In making a shared libkdb5 - do we need a shared libdb? Currently we
are relying on the fact that the ndbm and db interface names are the
same - so they are initially resolved - but is this healthy?
b) Under AIX - what happens if you specify that a shared kdb5 depends on
a static db - will you get a valid library? Or will you suck in all the
objects from the static library?
c) Based on (a) and (b) do we need a shared libdb? Should kdb_dbm.c be
rewritten to use libdb directly?
Ezra