Replies: 1 comment
-
Deployment Mode: Self-contained solved the problem, but why? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m trying to install this to Debian server, but when I try to run it, I get error:
Failed to load libcoreclr.so, error: libunwind.so.8: cannot open shared object file: No such file or directory
.NET SDKs installed:
5.0.400 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 5.0.9 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 5.0.9 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
I made the Publish from Visual studio with settings:
Target Framework: net5.0
Target Runtime: linux-x64
I have IdentityServer4 and other apps running in the same server with no problems.
libunwind.so.8 seems to be different size that in my other apps, so is it about the framework?
Beta Was this translation helpful? Give feedback.
All reactions