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

version `GLIBC_2.34' not found in thruster-0.1.9-x86_64-linux #63

Closed
rohanmendon opened this issue Dec 22, 2024 · 8 comments
Closed

version `GLIBC_2.34' not found in thruster-0.1.9-x86_64-linux #63

rohanmendon opened this issue Dec 22, 2024 · 8 comments
Assignees

Comments

@rohanmendon
Copy link

rohanmendon commented Dec 22, 2024

Seeing the following error in thruster version thruster-0.1.9-x86_64-linux and using Rails 8.0.0

Screenshot 2024-12-22 at 1 23 45 AM
@johannesschobel
Copy link

stumbling upon the same issue here..

@johannesschobel
Copy link

it works, if you downgrade to the 0.1.8 version.

just use
gem "thruster", "0.1.8", require: false
in your Gemfile

Hope this helps, till 0.1.9 is fixed..

@rohanmendon
Copy link
Author

yup, reverted to 0.1.8 version and works with that version

adamdawkins added a commit to adamdawkins/adamdawkins that referenced this issue Dec 24, 2024
This is currently incompatible with the version of linux in the
Dockerfile, because it requires a different verison of GLIBC

See: basecamp/thruster#63
@regedarek
Copy link

Uff, spent some time on looking for this fix. 👍

@seuros
Copy link

seuros commented Dec 31, 2024

For some odd reasons, the 0.1.9 is not tagged.

@kevinmcconnell
Copy link
Collaborator

This should be fixed now in v0.1.10.

I believe the issue was mainly present when using older Ruby versions, whose matching base image didn't contain that glibc version. e.g. A Ruby 3.2.0 app would've had the issue, but a 3.2.6 app wouldn't.

However, there's no reason we needed that runtime dependency on glibc in the first place, so from v0.1.10 onwards we'll use a static build that doesn't require it. I've confirmed that a new Rails 8 app using Ruby 3.2.0 starts correctly on v0.1.10.

Sorry for the inconvenience, and thanks everyone for reporting the issue! 🙏❤️

@johannesschobel
Copy link

Dear @kevinmcconnell ,

i can confirm, that the issue is solved with 0.1.10. Thank you very much!

@kevinmcconnell
Copy link
Collaborator

Great, thanks for confirming, @johannesschobel!

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

5 participants