On Tue, Aug 05, 2008 at 09:45:10PM -0700, Bob La Quey wrote:

[EMAIL PROTECTED]:~/Consulting/SQLite/pysqlite-2.4.1$ ls -l /usr/lib/libsqlite3*
lrwxrwxrwx 1 root root     19 2008-08-05 21:28 /usr/lib/libsqlite3 ->
libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root     19 2007-04-01 21:32
/usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rw-r--r-- 1 root root 328020 2006-04-21 14:39 /usr/lib/libsqlite3.so.0.8.6

Not sure if it's a formatting issue, but it looks like you have the real
.so of the full name, and .so.0 as a symlink, but the first one, which
should be libsqlite3.so instead appears to have a truncated name of just
'libsqlite3'.

Since the -lsqlite3 is going to look for libsqlite3.so, it isn't going
to find that one.

Did you install sqlite3 manually, since it's surprising that the links
would get broken like that.

David


--
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to