-
Notifications
You must be signed in to change notification settings - Fork 785
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
rbenv fails to install 2.1.0 on ubuntu 14.04 #528
Comments
Please use Ruby 2.1.1 or this instructions |
@hsbt So those instructions are not necessarily exclusively for Fedora/Red Hat, but depending on the OpenSSL version on the system? I should rename the heading on the wiki then |
@saepia Can you try applying the patch as described in #526 (comment) and report if it helps? I tried the patch with Ruby 2.1.1 but it should probably work with 2.1.0 as well |
@PaulOstazeski I believe there's a typo in your patch... I had to change r1_hook_func_t to rl_hook_func_t to get it to compile 2.1.1 |
thanks @mislav |
Ruby 2.1.2 is released now. Please build it. |
yeah, 2.1.2 works nice 👍
|
fix the problem:
|
If somebody still needs 2.1.0 version, then I prepared fixed version patch from @PaulOstazeski according to @xicreative notice.
Works at least in Linux Mint 17 (and should also in Ubuntu 14.04) |
Speed up rbenv by dynamically loading compiled command
rbenv fails to install 2.1.0 on ubuntu 14.04
Output:
Log:
https://gist.github.com/saepia/9621808
I've checked as suggested here: rbenv/rbenv#565 (comment) and I have all packages in place.
The text was updated successfully, but these errors were encountered: