Opened 5 years ago
Closed 5 years ago
#4482 closed defect (worksforme)
Missing Windows dependencies
Reported by: | joshuabogue | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.5 |
Component: | build | Version: | 2.5.x -- EOL |
Keywords: | windows builds | Cc: |
Description
I first installed version 11.5 for postgres on Windows 10 x64 version. I installed version 2.5.2 of postgis using the stack builder option.
Next I tried creating a database and I kept getting the message 'Could not load library "C:/Program Files/PostgreSQL/11/lib/rtpostgis-2.5.dll": The specified module could not be found.'
So I spend a good part of the day trying to get the plugin to work. Different versions, computers, manual installing postgis, and a lot of other things.
I finally found using a dependency walker replacment from "https://github.com/lucasg/Dependencies" that I needed a reference to "libeay32.dll" and "ssleay32.dll" so I copied out of the postgisgui folder to the posgres bin folder and the command "CREATE EXTENSION posgis" succeded.
Change History (9)
comment:1 by , 5 years ago
Owner: | changed from | to
---|
comment:2 by , 5 years ago
Summary: | Missing dependencies → Missing Windows dependencies |
---|
comment:4 by , 5 years ago
Component: | postgis → build/upgrade/install |
---|---|
Keywords: | wind builds added |
I got another message referencing this issue. In the past EDB used to ship these libraries. It appears they changed the name of them and probably uninstalled the ones they installed. So I'll start including it in the build.
comment:5 by , 5 years ago
Keywords: | windows added; wind removed |
---|
comment:6 by , 5 years ago
Milestone: | PostGIS 2.5.4 → PostGIS 2.5.3 |
---|
I've pushed out a 2.5.3 PostGIS release on stackbuilder for 64-bit PostgreSQL 9.6, 10,11 which has curl built with the new ssl libraries. That should fix the issue.
Still working on the 32-bit builds and 9.5. I'll close after I've packaged those. https://postgis.net/windows_downloads/
comment:7 by , 5 years ago
Milestone: | PostGIS 2.5.3 → PostGIS 2.5.4 |
---|
comment:8 by , 5 years ago
Milestone: | PostGIS 2.5.4 → PostGIS 2.5.5 |
---|
comment:9 by , 5 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing after a period of time.
thanks for the heads up. I'm make sure to correct in the PostGIS 2.5.2 release I am preparing.