-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Muratet wrote:
> Can someone please tell me where I could start looking for the problem?

You seem to be mixing system supplied SQLite libraries, your own
compiled ones and Python SQLite module.  It also looks like you are
using a Mac.  The OSX platform does go out of its way to ensure you use
the system SQLite and not any others you have specified first in link
lines.  One workaround was to rename any SQLite library you built to
something else and then link against it.  You also need to be careful
that you don't end up with SQLite twice in the same process (eg iirc
CoreData also uses system SQLite).

For my Mac users I recommend only using the amalgamation which ensures
no link time issues.  It is also used in such a way that it can coexist
with other versions of SQLite in the same process.  See
http://code.google.com/p/apsw/

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkOCH8ACgkQmOOfHg372QSQNACgvqe4/7eMh1autwLqTOX5u6G6
qDQAoI6RpOKuNBlGyHaaPDigymQcNXqU
=i+gy
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to