[issue44997] [sqlite3] build fails on macOS 11.5.1

Erlend E. Aasland report at bugs.python.org
Thu Aug 26 03:04:44 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

> FTR, this is only a problem if you link with the Apple-supplied system libsqlite3 [...]

Sure, but that should be relatively trivial to detect. AFAIK, the SQLite command line shell seems to be located at the same path every release, so I would guess that also applies for the library.

Alternatively, we could dump the compile options and grep for SQLITE_OMIT_LOAD_EXTENSION, but that implies locating the SQLite command line shell that corresponds to the library that we're using. Probably trickier, but would definitely be useful if/when we add support for the SQLite serialize API, RTree callbacks, etc.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44997>
_______________________________________


More information about the Python-bugs-list mailing list