MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
161 stars 36 forks source link

Filter linux system dependencies on packaging #69

Closed MaxRev-Dev closed 2 years ago

MaxRev-Dev commented 2 years ago

LD loader on Fedora's distro tries to load some system libraries from the runtime package. But the diversity between runtimes reveals some missing symbols because we tried to load native dependencies from another distro. The fix is simple - all system libraries should be removed from packaging.