2013-03-29 2 views
2

I rubis installé à l'origine 1.9.3 avec un installateur d'ici: http://railsinstaller.org/ Maintenant, je veux installer Ruby et Rails 2.0 4Installation Ruby 2.0.0 sur Mac 10.7.5 "requirements_port_libs_install"

donc j'utilisé sorcière RVM que l'installateur avait déjà installé

rvm install 2.0.0 

mais qui a échoué avec:

Searching for binary rubies, this might take some time. 
No binary rubies available for: osx/10.7/x86_64/ruby-2.0.0-p0. 
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies. 
Installing requirements for smf, might require sudo password. 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
-bash: requirements_port_lib_installed: command not found 
Installing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite.. 
Error running 'requirements_port_libs_install autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite', 
please read /usr/local/rvm/log/ruby-2.0.0-p0/package_install_autoconf_automake_libtool_pkg config_libyaml_readline_libxml2_libxslt_libksba_openssl_sqlite.log 
There were package installation errors, make sure to read the log. 
You can get help using IRC: http://webchat.freenode.net/?channels=rvm 

le journal a rapporté ceci:

[2013-03-29 01:34:58] requirements_port_libs_install 

/usr/local/RVM/scripts/fonctions/journalisation: ligne 141: requirements_port_libs_install: command not found

après avoir couru:

rvm requirements 

mais qui a échoué avec le même message et le journal J'ai lu que cela pourrait être un problème avec ma version du compilateur xCode de formulaire ainsi j'ai téléchargé le nouveau du magasin d'applications et ai installé les utilitaires de ligne de commande de cela, toujours le même message.

Je sais que ce n'est pas vraiment une question intéressante mais de l'aide serait grandement appréciée.

Répondre