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

Norman Young wrote:
> We had to exclude references to sqlite3_enable_load_extension and
> sqlite3_load_extension from within apsw.c, in order to avoid undefined
> symbol references during the build (python setup.py install).

You should have modified the setup.py to include a define of
SQLITE_OMIT_LOAD_EXTENSION.

The general theory is that you should create/compile SQLite with
whatever flags you want (you can exclude many features) and then provide
the same flags when compiling apsw.  Unfortunately I don't know of any
way of automatically finding out what flags/inclusions/exclusions SQLite
was compiled with.

Roger

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHs5FbmOOfHg372QQRAojNAKCloFVR3YPu6fnHFnOjnqMj7utF9QCg07tU
GNBSMYjUti27yR1Q3oOaihw=
=I5cd
-----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