Error Running 'Requirements_Osx_Brew_Libs_Install...' on MAC 10.7

Error installing any ruby version with RVM on OSX

I ran into the same issue, you need to manually install all the required packages using Brew. For me I had to run the 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 just need to keep running "rvm requirements" and reading the log and installing the packages needed until there are no more errors.

Install Ruby 2.0.0 on an old Mac OS 10.7.5 Lion

Homebrew doesn’t support macOS 10.7. You can use Tigerbrew, a fork of Homebrew "that adds support for PowerPC Macs, and Macs running Tiger or Leopard" (quoting its homepage).

Installing Ruby 2.0.0 on Mac 10.7.5 requirements_port_libs_install

This was a bug and is fixed for rvm get head it will be released soon as 1.19.1 => https://github.com/wayneeseguin/rvm/issues/1736



Related Topics



Leave a reply



Submit