I am having problems loading sqlite3 extensions on Windows 10.
I have downloaded both sqlite3 and mod_spatialite.dll (the extension) and
copied them to C:\Windows\System32.
When I run
SELECT load_extension('mod_spatialite')
sqlite returns "Error: the specified module could not be found"
I have also tried
SELECT load_extension('C:\Windows\System32\mod_spatialite.dll')
which returns the same error.
These commands work perfectly fine in Ubuntu and the extension loads with
no problems. What do I need to do differently on Windows?
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users