[3822] in Kerberos
Kerberos V4: Linking a new library
daemon@ATHENA.MIT.EDU (Mike Friedman (510) 642-1410)
Sat Sep 10 23:27:56 1994
To: kerberos@MIT.EDU
Date: Sat, 10 Sep 94 17:43:49 PDT
From: spgmnf@cmsa.Berkeley.EDU (Mike Friedman (510) 642-1410)
I wouldn't have to ask this were I not such a UNIX novice:
Recent postings have pointed me in the right direction to solve my problem
with ndbm sparse files (principal.pag in particular). I've acquired gdbm,
which I want to link in with Kerberos V4.
I could take some time figuring it out myself, but could someone give me
a hint of the best way to modify the MIT V4 Imake configuration so that
-L /usr/local/lib -lgdbm
is added to the appropriate compile statements? (Assume /usr/local/lib is
where I've installed gdbm). I believe this is all I need to do to get my
Kerberos V4 transparently to use gdbm instead of ndbm.
Is Imake.rules where I should be looking?
Thanks.