
19 Jun
2008
19 Jun
'08
8:46 p.m.
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: ===== root@gismo:/# ls -l /usr/lib/libdb.so lrwxrwxrwx 1 root root 12 Jun 19 20:33 /usr/lib/libdb.so -> libdb-4.6.so root@gismo:/# ===== 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