T
T
The Whiz2013-05-18 21:57:45
ruby
The Whiz, 2013-05-18 21:57:45

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

7 answer(s)
I
int03e, 2013-05-18
@int03e

And if you manually install all the necessary packages through brew?

S
SeTeM, 2013-05-18
@SeTeM

Might be time to move to rbenv:
github.com/sstephenson/rbenv/

S
Stick, 2013-05-19
@Stick

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 :)

Z
Zelgadis, 2013-05-19
@Zelgadis

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?

X
Xkeeper, 2013-05-19
@Xkeeper

I suspect that you need to do brew reinstall autoconf

R
Renat Ibragimov, 2013-05-19
@MpaK999

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 question

Ask a Question

731 491 924 answers to any question