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

Define a minimum build target to prevent issues on older (but still recent) linux releases #11

Open
JeremyRand opened this issue Jul 3, 2021 · 1 comment

Comments

@JeremyRand
Copy link
Contributor

Trying to run the official amd64 binaries of Ricochet Refresh v3.0.10 on Debian Buster yields the following:

./ricochet-refresh: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./ricochet-refresh)
./ricochet-refresh: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.28' not found (required by ./ricochet-refresh)
@m-simonelli
Copy link
Contributor

Ah, so this looks like the cause of blueprint-freespeech/ricochet-refresh#152. As mentioned there, we'd have to build on an older container image (or against an older libc? I'm not too sure how that works on newer releases :/).

@m-simonelli m-simonelli changed the title glibc requirement too new for Debian Buster Define a minimum build target to prevent issues on older (but still recent) linux releases Jun 6, 2022
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