On Sun, 18 Nov 2001 14:41:03 -0500 dman <[EMAIL PROTECTED]> wrote: > On Tue, Jan 26, 1999 at 08:59:46AM -0300, Javier Sieben wrote: > | Helo list!! > | > | I'm trying to learn how to build some apps with glade(0.5.5), and made > | some examples extracted from the docs. But, when I run make, I get he > | following error > | > | /usr/bin/ld: cannot find -ldb > | > | What's wrong? Is any missing lib? > > Must be. > > $ dpkg -S libdb # note: much output snipped > libc6: /lib/libdb.so.2 > libdb2: /lib/libdb.so.3 > libdb3-dev: /usr/lib/libdb.so > > You probably want one or more of these packages installed. (libdb3-dev) > > BTW, why do you want to compile glade 0.5.5? Woody has version 0.6.2 > both with and without GNOME support. > > HTH, > -D >
Thanks!!! It was. Installed the libdb3 and libdb3-dev solves this question. I must open my mind for the next question. Never figure out that. Thanks Javier