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

ERROR: It looks like you're trying to use Nokogiri as a precompiled native gem on a system with glibc < 2.17: #72

Open
x1wins opened this issue Mar 14, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@x1wins
Copy link
Owner

x1wins commented Mar 14, 2022

$ docker-compose run --no-deps web bundle update
$ docker-compose run --no-deps web yarn upgrade --latest
$ docker-compose up --build

cw-ovp-web-1      | ERROR: It looks like you're trying to use Nokogiri as a precompiled native gem on a system with glibc < 2.17:
cw-ovp-web-1      | 
cw-ovp-web-1      |   /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so) - /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so
cw-ovp-web-1      | 
cw-ovp-web-1      |   If that's the case, then please install Nokogiri via the `ruby` platform gem:
cw-ovp-web-1      |       gem install nokogiri --platform=ruby
cw-ovp-web-1      |   or:
cw-ovp-web-1      |       bundle config set force_ruby_platform true
cw-ovp-web-1      | 
cw-ovp-web-1      |   Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.
cw-ovp-web-1      | 
cw-ovp-web-1      | /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/extension.rb:7:in `require_relative': /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so) - /bundle/vendor/ruby/2.6.0/gems/nokogiri-1.13.3-aarch64-linux/lib/nokogiri/2.6/nokogiri.so (LoadError)
@x1wins x1wins self-assigned this Mar 14, 2022
@x1wins x1wins added the bug Something isn't working label Mar 14, 2022
@x1wins
Copy link
Owner Author

x1wins commented Mar 14, 2022

@x1wins
Copy link
Owner Author

x1wins commented Mar 14, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant