Hi Jörg!

On Tue, 22 Jan 2008 13:55:16 +0100, Jörg Sommer wrote:
> /usr/lib/clisp-2.43/full/makevars includes this definition:
>
> LIBS=' bdb.o -ldb clx.o  -lXpm …
>
> But a library libbdb doesn't exist and clisp itself is linked with
> /usr/lib/libdb-4.6.so

Actually, bdb.o is included in clisp [1] and -ldb seems correct to me,
because as soon as you install libdb4.6-dev you get:

=====
[EMAIL PROTECTED]:/# ls -l /usr/lib/libdb.so
lrwxrwxrwx 1 root root 12 Jun 19 20:33 /usr/lib/libdb.so -> libdb-4.6.so
[EMAIL PROTECTED]:/#
=====

This means that the error you experienced is cause by clisp-dev not
depending on libdb4.6-dev.  Can you confirm that installing the latter
fix your problem, please?

Thx, bye,
Gismo / Luca

Footnotes: 
[1] /usr/lib/clisp-2.43/full/bdb.o

Attachment: pgpRPyGxL3ab7.pgp
Description: PGP signature

Reply via email to