-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Unable to load shared library 'gdal_wrap' or one of its dependencies #1
Comments
This may refer to incompatible version of glibc library. |
Just published new version for linux runtime. |
I run MaxRev.Gdal.Core + MaxRev.Gdal.LinuxRuntime.Minimal (3.6.1.100) on Ubuntu-18.04 with simple code: GdalBase.ConfigureAll(); This code throws an error: An unhandled exception of type 'System.TypeInitializationException' occurred in MaxRev.Gdal.Core.dll: 'The type initializer for 'OSGeo.GDAL.GdalPINVOKE' threw an exception.' The same code work fine on Windows |
@BaiC Ubuntu18.04 support window is until April 30, 2023 EOL. After much thought, I decided to stay on Debian 11.
You have several options:
|
You can use older version of the package. For example 3.1.2.110 will work with Ubuntu 18.04. But I agree with @MaxRev-Dev, upgrading Ubuntu would be a wise decision. Not only because of maintenance end. Ubuntu 22.04 has great improvement on caching file reading. Take a look at picture bellow. The same code executed on two VMs. On the left is Ubuntu 18.04 and on the right Ubuntu 22.04. Whatever data you want to utilize using |
I run MaxRev.Gdal.Core + MaxRev.Gdal.LinuxRuntime.Minimal on CentOS 7 with simple code:
This code throws an error:
The same code work smoothly on Windows
The text was updated successfully, but these errors were encountered: