【发布时间】:2019-12-21 22:38:06
【问题描述】:
使用CREATE EXTENSION postgis; 时,我收到以下错误消息:
ERROR: could not load library "C:/Program Files/PostgreSQL/11/lib/rtpostgis-2.5.dll": The specified module could not be found. SQL state: XX000
- 系统:Windows 10-64bit Home。
- 从“postgresql-11.5-1-windows-x64.exe”安装 Postgre SQL。
- 从“postgis-bundle-pg11x64-setup-2.5.2-1.exe”安装的 Postgis(也尝试了 2.5.1-1 版)。无论我是通过 Application Stack Builder 还是直接使用安装程序安装 PostGIS。
我尝试从 pgAdmin 4 上下文菜单和 SQL 命令以及通过 psql 的命令行创建扩展。
【问题讨论】:
标签: windows postgresql postgis-installation