Re: Building 2.11

Greg F Frydenlund (ï­Ð)
Wed, 16 Jul 1997 08:56:47 PST

On Tue, 15 Jul 1997 23:01:31 +0100 Sean Rima <sean@dsp.org.uk> writes:

Hey Sean!

>I am in a shell account trying to build 2.11. However, I keep getting
>the following error and I cannot find where the fault is in the make
>ld: -lgdbm: no match
>*** Error code 1
>I am trying to build it under FreeBSD 2.1.7

You maybe missing the libgdbm library which usually resides in /lib or
/usr/lib directory under linux.

Try an see if you can find the lib:
~# find / -name libgdbm.*

If it's there, but in another direcory other than specified in the CONFIG

(or is it the Makefile) then you should edit the file so it points to the
correct
directory or you could make a synbolic link to it.

Good luck
-Greg-