[postgis-tickets] [PostGIS] #4482: Missing dependencies
PostGIS
trac at osgeo.org
Tue Aug 13 15:16:39 PDT 2019
#4482: Missing dependencies
-------------------------+---------------------------
Reporter: joshuabogue | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.4
Component: postgis | Version: 2.5.x
Keywords: |
-------------------------+---------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4482>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list