LoadError: incompatible library version - $HOME/gems/gems/zlib-3.1.0/lib/zlib.so #7398
Replies: 2 comments
-
You may resolve it with This error is caused by sharing gems each Ruby versions. So, C extension gem can't use across different ruby versions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I expect #8104 to fix most instances of this kind of issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bundle update [1]
--- ERROR REPORT TEMPLATE -------------------------------------------------------
Environment
Bundler Build Metadata
Gemfile
Gemfile
Gemfile.lock
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
First, try this link to see if there are any existing issue reports for this error:
https://github.com/rubygems/rubygems/search?q=incompatible+library+version+-+%2Fhome%2Fosjp%2Fgems%2Fgems%2Fzlib-3.1.0%2Flib%2Fzlib.so&type=Issues
Describe the problem as clearly as you can
Did you try upgrading rubygems & bundler?
Post steps to reproduce the problem
Which command did you run?
What were you expecting to happen?
What actually happened?
If not included with the output of your command, run
bundle env
and paste the output belowBeta Was this translation helpful? Give feedback.
All reactions