-
-
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
Fails to load on Azure Web App (Linux) - Missing GLIBC 2.29 #87
Comments
That's right. The latest version was compiled in Debian 11 with GLIBC 2.31 (2020). |
Thank you for the quick response, this is not an Azure Function, this is an Azure Web App. To reproduce:
You will get an error stating that the call failed because of missing GLIBC 2.29 |
If I understood correctly, it's an ASP.NET WebApp deployed to Azure. So formally, it's related to the Azure environment. |
I understand and thank you for maintaining this. |
More on this. One of the main reasons I used Debian 11 is GDAL which updated SWIG to version 4.0. I have not tried to install 4.0 on 'stretch' or 'buster', but it can turn out overwhelming to negotiate that version. Also, this list of package dependencies for Ubuntu18.04 looks no good. Why is this important? GDAL has a lot of dependencies that are prerequisites to the build itself. For example, LibVips uses CentOS7, but it has a few deps which are relatively easy to setup. If anyone finds a better, less painful solution to fix this, we can bring it to life. By now, I'll update the docs with cautions/specifics for the runtime environment. |
Azure Web App (Linux) is failing with LinuxRuntime NuGet v3.6.1.110, v3.6.0.110 and v3.6.0.100 with the error GLIBC 2.29 not found.
But worked with NuGet v3.3.3.120.
Azure Web App has this:
ASP .NETCore Version: 7.0.0
ldd (Debian GLIBC 2.28-10+deb10u2) 2.28
I am assuming this is the problem as v3.3 might be using the older GLIBC. Do you have a work around this?
The text was updated successfully, but these errors were encountered: