Error installing any ruby version with RVM on OSX -


guys i'm kill myself one!

i had problems rvm installing multiple versions of ruby, , following thread on stackoverflow decided remove completely. after reinstalling rvm, unable install ruby version @ all.

  • mac os x
  • rvm 1.20.10 stable
  • homebrew 0.9.4

here logs:

rvm install 2.0.0-p0

or:

rvm install 2.0.0-p195 --autolibs=enabled

searching binary rubies, might take time. no binary rubies available for: osx/10.8/x86_64/ruby-2.0.0-p0. continuing compilation. please read 'rvm mount' more information on binary rubies. installing requirements osx, might require sudo password. 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_libyaml_readline_libxml2_libxslt_libksba_openssl.log 

logfile reads:

[2013-05-18 22:55:29] requirements_osx_brew_libs_install error: no such keg: /usr/local/cellar/autoconf there package installation errors, make sure read log. check homebrew requirements github.com/mxcl/homebrew/wiki/installation 

brew doctor

your system ready brew. 

brew cleanup

removing: /library/caches/homebrew/automake-1.13.1.tar.gz… error: permission denied — /library/caches/homebrew/automake-1.13.1.tar.gz 

brew reinstall autoconf

error: no such keg: /usr/local/cellar/autoconf 

help!

i ran same issue, need manually install required packages using brew. me had run following installs:

brew install autoconf brew install automake brew install libtool brew install apple-gcc42 brew install libyaml brew install libxslt brew install libksba brew install openssl 

you need keep running "rvm requirements" , reading log , installing packages needed until there no more errors.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -