Closed wilhelmberg closed 8 years ago
PostGIS install seems to work again: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L115
but 22 other errors, e.g.: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L593 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L929 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L950 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L967 ....
/cc @artemp @springmeyer
Mapnik builds started to fail on AppVeyor today: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.943#L114
Seems that PostgreSQL was updated to the latest patch version and there is a problem with OpenSSL and
curl
included in the PostGIS extension:http://gis.stackexchange.com/questions/187581/could-not-load-library-c-rtpostgis-2-2-dll
Next steps
Adjust build scripts to additionally download libcurl and replace
libcurl-4.dll
in the PostGIS package./cc @springmeyer @artemp