SQLite + SpatiaLite problems

扶醉桌前 提交于 2019-12-03 03:57:35

Well thanks to sqlite3.exe command line tool, I've found out that there are some additional DLLs needed for this to run:

  • libproj-0.dll
  • libgeos-3-1-1.dll
  • libgeos_c-1.dll

You can find these on SpatiaLite's download page. Just copy them to the bin directory.

UPDATE: one additional dll needed is libiconv2.dll

I had the exact same problem in Java. I called System.load() for all the dependent DLLs and everything worked like a champ!

  • libproj-0.dll
  • libgeos-3-1-1.dll
  • libgeos_c-1.dll
  • libiconv2.dll
  • libcharset1.dll
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!