-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Self-contained application not starting on ARM64 & Amazon Linux 2 #80404
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Amazon Linux 2022 has the required version |
Duplicate of #69361 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an existing issue for this?
Describe the bug
When trying to deploy Dotnet 7 to an Amazon Linux 2 instance using ARM64, an error occurs:
Failed to load /var/task/libcoreclr.so, error: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /var/task/libcoreclr.so)
See open github issue on AWS's lambda forum for further details:
aws/aws-lambda-dotnet#1310
Our team is certainly looking forward to upgrading to dotnet7, especially considering the significant performance improvements. Our app is hosted in AWS utilizing ARM64 on AL2, and this error is one we have not been able to work around.
Expected Behavior
dotnet 7 should run as expected on ARM64 & AL2.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
dotnet 7
Anything else?
No response
The text was updated successfully, but these errors were encountered: