[postgis-tickets] [PostGIS] #3518: PostgreSQL 9.5.2 windows (EDB) incompatible with PostGIS 2.2.2 binaries
PostGIS
trac at osgeo.org
Fri Apr 1 18:15:17 PDT 2016
#3518: PostgreSQL 9.5.2 windows (EDB) incompatible with PostGIS 2.2.2 binaries
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.3
Component: build/upgrade/install | Version: 2.2.x
Keywords: windows |
-----------------------------------+---------------------------
As noted here, while the binaries we have for PostGIS 2.2 work fine with
PostgresQL 9.5.1 windows 64-bit, they fail when loading raster
when using PostgreSQL 9.5.2
https://lists.osgeo.org/pipermail/postgis-users/2016-April/041315.html
I think someone also complained about 9.4. I'm suspecting the update they
did to libeasy32.dll, ssleasy32.dll they did is the culprit since its
failing with
{{{
ERROR: could not load library rtpostgis-2.2.dll: The specified procedure
could not be found.
}}}
and raster relies on GDAL which relies on Curl which relies on
ssleasy32.dll and libeasy32.dll for https support. I don't distribute
these 2 libraries but compiled with versions compatible before so I could
use the ones EDB packages.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3518>
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