Skip to content
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

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

Open
MikaelElkiaer opened this issue Aug 26, 2022 · 1 comment
Open

Comments

@MikaelElkiaer
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants