Martin Desruisseaux created SIS-625:
---------------------------------------
Summary: GDAL library not loaded on MacOS
Key: SIS-625
URL: https://issues.apache.org/jira/browse/SIS-625
Project: Spatial Information Systems
Issue Type: Task
Components: Storage
Affects Versions: 1.6, 1.5
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 1.7
The GDAL data store fails to find the GDAL library on MacOS. The reason is that
it searches for either {{gdal.ddl}} or {{libgdal.so}}, but not for
{{libgdal.dylib}}.
The fix is to replace OS detection by a call to
{{System.mapLibraryName(String)}}, which does this work for us.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)