holotko wrote:
> In the past when I needed to compile a program using these functions I
> would do this:
>
> $ gcc -o foo foo.c -ldbm
>
> However when I try to do this now I get a message saying "cannot open
> -ldbm - no such file or directory". At first I figured that I need to
> specify a path but, apparently this library is no longer available as I
> could not locate it on the system. Yet the header "/usr/include/ndbm.h"
> is.
Try `-lgdbm', or making libdbm.so a symlink to libgdbm.so.
--
Glynn Clements <[EMAIL PROTECTED]>