stuart wrote:
I'm a little rusty... what have I forgotten to do, here?!
Looks like you're picking up an older version of libsqlite3.so (which lacks the symbol) from /usr/nekoware/lib rather than the bundled version. From your post above:
Code:
libsqlite3.so => /usr/nekoware/lib/libsqlite3.so
It should be using the libsqlite3.so from /usr/nekoware/lib/firefox-2.0.22pre, which is provided in the following locations:
Code:
neko@Kazehana ~ % versions long | grep libsqlite3.so
f 12405 1390 neko_firefox.sw.lib usr/nekoware/lib/firefox-2.0.0.22pre/libsqlite3.so
f 33867 1390 neko_seamonkey.sw.lib usr/nekoware/lib/seamonkey-1.1.18/libsqlite3.so
f 23512 1390 neko_thunderbird.sw.lib usr/nekoware/lib/thunderbird-2.0.0.23/libsqlite3.so
I don't have libsqlite3.so in /usr/nekoware/lib on my system so I didn't encounter this. If you need sqlite3, it may work to overwrite that library with the newer version provided with the Mozilla installs.