gnokii-users
[Top][All Lists]
Advanced

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

undefined symbol: sqlite3_open


From: robberer
Subject: undefined symbol: sqlite3_open
Date: Wed, 03 Aug 2016 15:35:39 +0200
User-agent: Posteo Webmail

Hi,

i have problems to use gnokii with sqlite backend. Since debian doesn't provide this backend as a package i had to build from source.

But there seems to be a linker problem with libsmsd_sqlite.so. I get the following error when i'm trying to use this module.

#./bin/smsd -b IN -m sqlite
./bin/smsd: symbol lookup error: /root/gnokii/lib/smsd/libsmsd_sqlite.so: undefined symbol: sqlite3_open

# ldd libsmsd_sqlite.so
linux-gate.so.1 (0xb777d000)
libglib-2.0.so.0 => /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb7647000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb762c000)
libical.so.1 => /usr/lib/libical.so.1 (0xb75c6000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7452000)
libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb73df000)
/lib/ld-linux.so.2 (0xb7780000)

I don't know but shouldn't be a libsqlite.so in the output ?

Any suggestions ?



reply via email to

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