Skip to content

SQLite3+libspatialite diverged on Windows vs Unix #126

Answered by MaxRev-Dev
jdwight123 asked this question in Q&A
Discussion options

You must be logged in to vote

The error clearly says that the sqlite3 library which is provided by VCPKG (and complied into bindings) is not linked against libspatialite.

Windows behaviour differs and contains such extension because the binaries from GisInternals were used. On Unix systems we rely on VCPKG. For now I check only for this driver list and it's not possible to track every extension.

This bindings won't support it, unless someone contributes and configures the pipeline to replace the sqlite3 library.
If you need such functionality consider building against external sqlite3 which is linked against libspatialite.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MaxRev-Dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #125 on April 12, 2024 09:17.