I'm attempting to deploy a Framwork-Dependant .Net Core app to Debian 9 Stretch, but when I launch the .net app it throws the error:
> Failed to load ▒݅, error: libunwind.so.8: cannot open shared object file: No such file or directory
> Failed to bind to CoreCLR at '/var/www/html/libcoreclr.so'
Yes, the file is at /var/www/html/libcoreclr.so
This has similar root cause as https://github.com/dotnet/cli/issues/3390
For anyone who is not as experienced in Linux, installing libunwind
can be done in Debian and derivative distributions (Ubuntu, Xubuntu, Devuan, ...) by executing
sudo apt install libunwind8
For any RedHat like distributions:
sudo yum install libunwind
libunwind8
is listed into .net
core prerequisites under Ubuntu, see here.
I experienced same issue under Debian 9 and I solved installing the lib via packet manager.
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With