-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
ruby-install ruby 2.6.3 "ERR_get_line_data' is deprecated [-Werror, -Wdeprecated-declarations] #411
Comments
This is likely related to homebrew providing OpenSSL 3.0. See #409 (comment) |
ruby-install 0.8.3 has been released which pins the homebrew openssl dependency to |
Following https://github.com/postmodern/ruby-install 's install instructions worked! thanks @postmodern |
solution: to build openssl:
installs on .openssl of home |
@sh4dowb do you mean |
sorry about confusion, that was the first issue that popped up on google when searched for same openssl error with rvm install. |
Description
I get the error
"ERR_get_line_data' is deprecated [-Werror, -Wdeprecated-declarations]
trying to install 2.6.3 usingruby-install ruby 2.6.3
. The tar.xz mentioned in the template is unavailable.Steps To Reproduce
Steps to reproduce the bug:
$ ruby-install 2.6.3
Expected Behavior
Ruby 2.6.3 should be installed.
Actual Behavior
Environment
ruby-install: 0.8.2
Darwin IK-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
Apple clang version 12.0.5 (clang-1205.0.22.11)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
LibreSSL 2.8.3
The text was updated successfully, but these errors were encountered: