0
Wenn ich versuche, Installation mitWie behebe ich diesen Fehler bei der Installation von Ruby auf einem MacBook Pro (Mountain Lion) mit RVM?
rvm install 2.2
oder
rvm install ruby-2.2.4
ich folgende Fehlermeldung erhalten, wenn ich Eingang rvm use 2.2
oder rvm use 2.2.4
:
ruby-2.2.4 is not installed.
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-2.2.4. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx_brew.
Installing requirements for osx_brew.
Updating system.....
Installing required packages: openssl.......
Error running 'requirements_osx_brew_libs_install openssl', showing last 15 lines of /Users/mikejschorah/.rvm/log/1468093589_ruby-2.2.4/package_install_openssl.log
++ case "$1" in ++ [[ -t 1 ]] ++ return 1
++ printf %b 'There were package installation errors, make sure to read the log. Try brew tap --repair` and make sure brew doctor looks reasonable.
Check Homebrew requirements github.com/Homebrew/homebrew/wiki/Installation\n'
There were package installation errors, make sure to read the log. Try brew tap --repair and make sure brew doctor looks reasonable. Check Homebrew requirements github.com/Homebrew/homebrew/wiki/Installation
++ case "$_system_version" in ++ return 1
Requirements installation failed with status: 1.`
Fügen Sie bitte die Ausgabe von 'rvm install ruby-2.2.4' hinzu. –
@Nic Nilov 'Anforderungen Installation fehlgeschlagen mit Status: 1.' –
Ist das die vollständige Fehlerausgabe? –