Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
780 stars 101 forks source link

Missing libstdc++ version on Debian Buster (and presumably others) #100

Open MikaelElkiaer opened 2 years ago

MikaelElkiaer commented 2 years ago

Running the latest release binary yields the following when trying to start in Debian Buster:

> netcoredbg --help
netcoredbg: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by netcoredbg)

I tried it out in Debian Bullseye which works without issue. Is it possible to build a more backwards compatible release, or is there a hard requirement blocking that?

alpencolt commented 2 years ago

It's difficult to support all possible Linux distributions. We check only on Ubuntu. @MikaelElkiaer please try to build from sources.