gisinternals / buildsystem

Build system on www.gisinternals.com
MIT License
33 stars 10 forks source link

GDAL 2.4.3: Can't open raster .tif using /vsigs/ from Google Storage #149

Open jens2121 opened 4 years ago

jens2121 commented 4 years ago

On my windows PC powershell the command looks as follows:

gdalinfo --config GDAL_HTTP_UNSAFESSL "YES" --config CPL_CURL_VERBOSE "YES" --config CPL_DEBUG "YES" --config CPL_VSIL_CURL_ALLOWED_EXTENSIONS ".tif" --config GOOGLE_APPLICATION_CREDENTIALS "E:\00_UBUNTU_DRIVE\LINE_OF_SIGHT_APP\python_program\gcp_service_key\gti-line-of-sight-fe1a895c2319.json" /vsigs/dsm_dem_elevation_data/demo_dem_small.tif

The other ERROR that I am unsure of is:

ERROR 6: CPLRSASHA256Sign() not implemented: GDAL must be built against libcrypto++ or libcrypto (openssl)

The GDAL version I am using is 2.4.3, Windows 10

@rouault mentioned that this may require GDAL to be built against the missing libraries.

GIS Internals Downloaded and installed: gdal-204-1911-x64-core GDAL-2.4.3.win-amd64-py3.7

Please can you advise what is the problem here, and how I can fix this?

Thanks in advance

szekerest commented 4 years ago

Thanks for the report, I'll be trying to upgrade the openssl version used by the gisinternals packages shortly

hssiddiqui commented 4 years ago

Any updates on this?

szekerest commented 4 years ago

still working on the new build configuration

pmeems commented 4 years ago

Any progress on this? We have related issues with GDAL v2.4.4 in our two latest versions of MapWinGis and MapWindow5: https://github.com/MapWindow/MapWinGIS/issues/195

jratike80 commented 2 years ago

This issue can be closed because by the comment in the related https://github.com/MapWindow/MapWinGIS/issues/195#issuecomment-663375948 it has been fixed.