sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sks-devel] Problems compiling sks 1.07


From: Johannes Posel
Subject: [Sks-devel] Problems compiling sks 1.07
Date: Sun, 30 May 2004 00:46:15 +0200

Hello,

I'm trying to update my SKS from 1.04 to the recent 1.07 (both latest
CVS and the tar.gz), and encounter some troubles. The target machine
is running Debian linux ("unstable", kernel 2.4.24), and I already
reverted to the ocaml-3.07-7 package, as mentionned in the FAQs in the
Wiki.

When issuing the "make all" command, I get this:

bdb/libbdb.a(bdb_stubs.o)(.text+0xca): In function `caml_db_create':
: undefined reference to `db_create'
bdb/libbdb.a(bdb_stubs.o)(.text+0x134): In function `caml_db_create':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x86a): In function `caml_cursor_put':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x993): In function `caml_cursor_kput':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0xb0d): In function `caml_cursor_init':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0xd19): In function `caml_cursor_init_range':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0xe4f): more undefined references to 
`db_strerror' follow
bdb/libbdb.a(bdb_stubs.o)(.text+0x17ed): In function `caml_dbenv_create':
: undefined reference to `db_env_create'
bdb/libbdb.a(bdb_stubs.o)(.text+0x184b): In function `caml_dbenv_create':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x19b3): In function `caml_dbenv_close':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x1cb3): In function `caml_db_close':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x208a): In function `caml_cursor_close':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x2124): In function `caml_cursor_del':
: undefined reference to `db_strerror'
bdb/libbdb.a(bdb_stubs.o)(.text+0x21bd): more undefined references to 
`db_strerror' follow
collect2: ld returned 1 exit status
Error during linking
make: *** [sks] Error 2

It was already compiling for perhaps 5 minutes. The used
Makefile.local points

BDBLIB=-L/usr/lib
BDBINCLUDE=-I/usr/include

and, there lies the libdb-4.1.so. Could anyone give me some advice on
where to look? Thanks!

Cheers,
 Johannes                          mailto:address@hidden







reply via email to

[Prev in Thread] Current Thread [Next in Thread]