Re: linux-kernel-digest V1 #176

Michael Talbot-Wilson (mike@gumleaf.apana.org.au)
Mon, 2 Oct 1995 10:57:52 +0930 (CST)


> From: Michael Brennen <mbrennen@fni.com>
> Date: Thu, 28 Sep 1995 11:23:07 -0500 (CDT)
> Subject: DBM library confusion
>
> 2) The Apache documentation mentions -lndbm as the library of choice, but
> there is no such beast on my system, and I cannot find it in sunsite or
> tsx-11 file indexes. I am linking in -ldbm instead. The Apache code is
> including <ndbm.h>. Are the -ldbm library and <ndbm.h> include file
> compatible?

No. Use -lgdbm. You should have ndbm.h. If not, gdbm.h will do.