As indicated by "Random Coder", the problem was that I was missing the
required dependencies.

Thank you.

On Tue, Mar 5, 2019 at 8:03 PM Thomas Kurz <sqlite.2...@t-net.ruhr> wrote:

> Are both of the same architecture, either 32bit or 64bit?
>
> ----- Original Message -----
> From: Kyle <kylesu...@gmail.com>
> To: sqlite-users@mailinglists.sqlite.org <
> sqlite-users@mailinglists.sqlite.org>
> Sent: Tuesday, March 5, 2019, 23:30:35
> Subject: [sqlite] Problems loading extensions on Windows 10
>
> 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
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to