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

On 07/28/2011 03:05 PM, Dale Arntson wrote:
> I installed python 2.7.1 for AIX 6.1 (64 bit), but it appears to be 
> missing the _sqlite3.so library, even though this is a standard library 
> that comes with the current python release on all other platforms.

That is misleading.  _sqlite3.so is the C portion of the pysqlite module
known as sqlite3 when distributed with standard Python.  However this is
only provided as a binary in the Windows distributions.

When you compile Python yourself the main setup.py looks to see if the
SQLite development files are present and if so then it enables compiling the
C portion of the sqlite3 module.  What has happened is that those files were
not present during compilation.

Note that it is not sufficient to have the main SQLite shared library
installed - you at least need to have the sqlite3.h header file and whatever
your platform uses to enable library linking (AIX was always bizarre for this).

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

iEYEARECAAYFAk4yHZQACgkQmOOfHg372QSz5wCgkgrFkpYXiXPyQYJJXxFts1AR
XfcAnR+ZTJBOUvqxwf9o/b2SfxEGe2gs
=jQpa
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to