Re: [pysqlite] Dynamic loading of sqlite....
Gerhard Häring <[email protected]> Thu, 14 May 2009 14:22:56 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Douglas Mayle wrote: > As it turns out, it looks like a bug in the sqlite configure/make > process. On OSX, sqlite's makefile calles libtool with the OS version > (darwin 9.6.0 ) and not the sqlite version. As such, the library > version is wrong... I hardcoded the correct values into libtool > (because I haven't yet figured out where the wrong call is) and it > works... > > It brings up another question, though. In the latest version (2.5.5) > extensions are disabled by default. When was the last version where > this wasn't true? http://oss.itsystementwicklung.de/trac/pysqlite/wiki/2.5.4_Changelog """ - define SQLITE_OMIT_LOAD_EXTENSION by default, so that building on platforms like Mac OS X works out of the box; if you need this functionality, modify setup.cfg before building [...] """ -- Gerhard