On Tue, Aug 5, 2008 at 11:38 PM, David Brown <[EMAIL PROTECTED]> wrote: > 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 >
Ah Thanks David, That was it. You hit the nail right square on the head. I knew it had to be something trivial. But the trivial stuff, that one is unfamiliar with, is often the thing that breaks our back. I do this particular kind of thing just often enough to stay in trouble. Now it "just works." Onward, BobLQ -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
