Answer the question
In order to leave comments, you need to log in
Problem installing Ruby via RVM?
Friends, I decently climbed on Google before asking here. :( The devil pulled the demolition of the working RVM due to the impossibility of installing 2.0. Now I can not install anything at all. Please help
Given Mac OS X
RVM 1.20.10 stable
Homebrew 0.9.4
The command rvm install
2.0 . might take some time No binary rubies available
for
:
osx/10.8/x86_64/ruby-2.0.0-p0. sudo password.Already
up-to-
date.Installing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl…
Error running 'requirements_osx_brew_libs_install autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl',
please
read /Users/admin/.rvm/log/ruby-2.0.0-p0/1368903329_package_install_autoconf_automake_libtool_pkg-config_libxml2_libxslt What to do?
Answer the question
In order to leave comments, you need to log in
As nt03e and Zelgadis already wrote , try installing it manually. Copy to terminal:
brew install autoconf
brew install automake
brew install libtool
brew install pkg-config
brew install libyaml
brew install readline
brew install libxml2
brew install libxslt
brew install libksba
brew install openssl
Then sudo rvm install 2.0.0 again and you're done :)
As mentioned above: try to manually install these packages.
Then try brew doctor
. I also have an environment and everything was fine.
UPD.
Do you remember to do a brew cleanup?
There was also such a problem, you need to enable autolibs, it's exactly written in your /Users/admin/.rvm/log/ruby-2.0.0-p0/1368903329_package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libxml2_libxslt_libksba_openssl.log file.
In general, so on the current latest version of ruby 2
rvm install 2.0.0-p195 --autolibs=enabled
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question