-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't install gem json v 1.8.6 #14
Comments
I am having the same problem,
The current location is:
|
@dayyan Have you found a solution to this? |
@choallin Sorry, I have not. I ended up compiling Ruby copying the same commands the Dockerfile uses. |
Hi all, Thanks to reporting this. I confirmed this is an issue of my package script for snap. I try to investigate json and mysql2 cases. |
It seems like this could be the same problem I ran into trying to install eventmachine: eventmachine/eventmachine#881 Based on the comments there, it sounds like |
After #26, installing gem with ext failed with glibc version mismatch on Debian 10 (buster). I think this does not happen on ubuntu-20.04, but I don't know how to resolve this issue on other platform without glibc 2.29.
|
Seeing this as well, with a different set of gems - #28 |
Any updates on this? I'm getting the same errors inside a
Development tools ( |
I have to work on an old rails 4.2 codebase. I have installed Ruby 2.3 as a snap package - I am trying to avoid rvm.
Now, when I run bundle install it complains that it can't install the json gem. Here is the error message:
When I try to install just the gem with 'gem install json -v '1.8.6' --source 'https://rubygems.org/'' I get this error:
So, as far as I can tell the native extension is looking in the wrong directory for the ruby headers - I guess...
The text was updated successfully, but these errors were encountered: