-
Notifications
You must be signed in to change notification settings - Fork 167
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 openssl in ruby@2.7.6 #534
Comments
Please attach the content of
From a quick glance at this error, it seems like a case where our extconf.rb and ossl_ts.c find the OpenSSL header files of different versions for some reason. |
This appears to be #486. The bugfix is not included in a release yet. For the time being, I think you can give an environment variable gem "openssl", git: "https://github.com/ruby/openssl", ref: "e9798b1ec794d0c8f0a591b320ebb45afb037b52" |
Great! It's resolved. |
Please release this. Can't install ruby 3.1.3. |
Ruby 3.1.3 contains this fix ruby/ruby@b3969f7. |
Hi!
I tried to install openssl to use shopify_api gem.
But, error occured and it wasn't installed. Detail of error is following.
I installed openssl@3 in my computer from homebrew.
$ brew list | grep openssl openssl@1.1 openssl@3
ruby version:
Would you please tell me how I can install it?
Thank you for your help!
The text was updated successfully, but these errors were encountered: