Re: Uncompilable sources - SOLVED

2001-02-11 Thread csj
On Saturday 10 February 2001 01:37, Oliver Elphick wrote: > csj wrote: > >The short of it: A number of debian sources won't compile > > because of the following problem: > > > >usr/bin/ld: cannot find -ldb > > ... > > >debian:/# dpkg -L libdb2-dev | grep "libdb2.so" > >/usr/lib/libdb2.

Re: Uncompilable sources

2001-02-09 Thread Oliver Elphick
csj wrote: >The short of it: A number of debian sources won't compile because of >the following problem: > >usr/bin/ld: cannot find -ldb ... >debian:/# dpkg -L libdb2-dev | grep "libdb2.so" >/usr/lib/libdb2.so > >What am I missing? You need a symbolic link: lrwxrwxrwx1 root

Uncompilable sources

2001-02-09 Thread csj
The short of it: A number of debian sources won't compile because of the following problem: usr/bin/ld: cannot find -ldb >From previous posts I learned the problem has something to do with libdb-something. I checked my system. I seem to have some sort of libdb installed. debian:/# dpkg -L lib