[postgis-users] Postgis issue installing under win64 with Postgres 9.5.2

Stefano Iacovella stefano.iacovella at gmail.com
Fri Apr 1 00:49:29 PDT 2016


I had exactly the same problem with a 9.3 PostgreSQL for windows x64.


---------------------------------------------------
41.95581N 12.52854E


http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas

2016-04-01 8:28 GMT+02:00 Lucas Fairchild-Madar <lucas.madar at gmail.com>:

> I'm trying to install postgis on a windows machine running windows server
> 2012 64 bit. This is a fresh install using the 9.5.2 release from
> EnterpriseDB and the 64 bit installer from
> download.osgeo.org/postgis/windows/pg95/.
>
> I receive this error when running CREATE EXTENSION:
>
> ERROR:  could not load library "S:/PostgreSQL/9.5/lib/rtpostgis-2.2.dll":
> The specified procedure could not be found.
>
> I have also tried uninstalling and reinstalling the entire binary system
> and using the latest winnie build from
> winnie.postgis.net/download/windows/pg95/buildbot/postgis-pg95-binaries-2.2.2w64gcc48.zip
> which has the same results.
>
> Just creating a function from rtpostgis-2.2.dll results in the same
> problem:
>
> db# CREATE OR REPLACE FUNCTION postgis_raster_lib_version()
>     RETURNS text AS '$libdir/rtpostgis-2.2', 'RASTER_lib_version'
>     LANGUAGE 'c' IMMUTABLE;
> ERROR:  could not load library "S:/PostgreSQL/9.5/lib/rtpostgis-2.2.dll":
> The specified procedure could not be found.
>
> I've verified the file is there and that the symbol RASTER_lib_version
> exists inside. Dependency walker shows no obvious problems although I am
> not an expert at using it.
>
> # select version();
>                            version
> -------------------------------------------------------------
>  PostgreSQL 9.5.2, compiled by Visual C++ build 1800, 64-bit
>
> Is it possible this is a new issue introduced with PG 9.5.2?
>
> Thanks!
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20160401/4d13bd44/attachment.html>


More information about the postgis-users mailing list