<div dir="ltr">I had exactly the same problem with a 9.3 PostgreSQL for windows x64.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">---------------------------------------------------<br>41.95581N 12.52854E<br><br><br><a href="http://www.linkedin.com/in/stefanoiacovella" target="_blank">http://www.linkedin.com/in/stefanoiacovella</a><br><br><a href="http://twitter.com/#!/Iacovellas" target="_blank">http://twitter.com/#!/Iacovellas</a></div></div>
<br><div class="gmail_quote">2016-04-01 8:28 GMT+02:00 Lucas Fairchild-Madar <span dir="ltr"><<a href="mailto:lucas.madar@gmail.com" target="_blank">lucas.madar@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>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 <a href="http://download.osgeo.org/postgis/windows/pg95/" target="_blank">download.osgeo.org/postgis/windows/pg95/</a>.<br><br></div>I receive this error when running CREATE EXTENSION:<br><br>ERROR:  could not load library "S:/PostgreSQL/9.5/lib/rtpostgis-2.2.dll": The specified procedure could not be found.<br><br></div>I have also tried uninstalling and reinstalling the entire binary system and using the latest winnie build from <a href="http://winnie.postgis.net/download/windows/pg95/buildbot/postgis-pg95-binaries-2.2.2w64gcc48.zip" target="_blank">winnie.postgis.net/download/windows/pg95/buildbot/postgis-pg95-binaries-2.2.2w64gcc48.zip</a> which has the same results.<br><br></div>Just creating a function from rtpostgis-2.2.dll results in the same problem:<br><div><br>db# CREATE OR REPLACE FUNCTION postgis_raster_lib_version()<br>    RETURNS text AS '$libdir/rtpostgis-2.2', 'RASTER_lib_version'<br>    LANGUAGE 'c' IMMUTABLE; <br>ERROR:  could not load library "S:/PostgreSQL/9.5/lib/rtpostgis-2.2.dll": The specified procedure could not be found.<br><br></div><div>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.<br><br># select version();<br>                           version<br>-------------------------------------------------------------<br> PostgreSQL 9.5.2, compiled by Visual C++ build 1800, 64-bit<br><br></div><div>Is it possible this is a new issue introduced with PG 9.5.2?<br></div><div><br></div><div>Thanks!</div></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>