-
Notifications
You must be signed in to change notification settings - Fork 561
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
Binary Ninja install fails: OSError: /lib/x86_64-linux-gnu/libstdc++.so.6... #2098
Comments
Is this a new one or it has been a while? The thing that is relevant is we have dropped the support for Ubuntu 20.04 in March. So far this only affects dev builds because our last stable build is published earlier than that. Also I believe capa tests are run against the stable build, so it should not be affected. Need to look at it further to figure out |
I think it started recently (this week?). |
Oh wait -- we have recently (a few days ago) published a bug fix for 4.0 and it is also considered a stable release. This build is used by capa test and it no longer supports Ubuntu 20.04. Would it be possible to run capa tests on Ubuntu 22.04? |
The update to Ubuntu 22.04 is somehow inevitable -- we will be releasing stable 4.1 soon and it will also no longer support Ubuntu 20.04 |
yeah, we can upgrade the test, thanks for the context! |
OSError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/runner/work/capa/capa/.github/binja/binaryninja/python/binaryninja/../../libbinaryninjacore.so.1)
https://github.com/mandiant/capa/actions/runs/9282684784/job/25542369887#step:6:3531
@xusheng6, do you have a fix here?
The text was updated successfully, but these errors were encountered: