We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks for the report, I'll be trying to upgrade the openssl version used by the gisinternals packages shortly
Sorry, something went wrong.
Any updates on this?
still working on the new build configuration
Any progress on this? We have related issues with GDAL v2.4.4 in our two latest versions of MapWinGis and MapWindow5: MapWindow/MapWinGIS#195
This issue can be closed because by the comment in the related MapWindow/MapWinGIS#195 (comment) it has been fixed.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: