为什么RVM无法在ROSA上安装Ruby 2.0.0?

为什么RVM无法在ROSA上安装Ruby 2.0.0?,ruby,linux,rvm,Ruby,Linux,Rvm,尝试在ROSA发行版上使用RVM安装Ruby时,出现以下错误: $ rvm install 2.0.0 Searching for binary rubies, this might take some time. No binary rubies available for: redhat/1 2012 86 64/x86_64/ruby-2.0.0-p247. Continuing with compilation. Please read 'rvm help mount' to get m

尝试在ROSA发行版上使用RVM安装Ruby时,出现以下错误:

$ rvm install 2.0.0
Searching for binary rubies, this might take some time.
No binary rubies available for: redhat/1
2012
86
64/x86_64/ruby-2.0.0-p247.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for redhat.
Installing requirements for redhat.
Updating system
asus password required for '/usr/bin/env PATH=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/qt4/bin:/home/asus/bin:/home/asus/.rvm/bin:/sbin:/usr/sbin:/usr/local/sbin yum install -y gcc-c++ readline-devel libffi-devel openssl-devel autoconf automake libtool bison': Installing required packages: gcc-c++, readline-devel, libffi-devel, openssl-devel, autoconf, automake, libtool, bison
.
Error running 'requirements_centos_libs_install gcc-c++ readline-devel libffi-devel openssl-devel autoconf automake libtool bison',
please read /home/asus/.rvm/log/1379530315_ruby-2.0.0-p247/package_install_gcc-c++_readline-devel_libffi-devel_openssl-devel_autoconf_automake_libtool_bison.log
Requirements installation failed with status: 1.

显然,RVM无法正确识别系统。我能做些什么来避免这个问题?

您不能说您正在运行哪个版本的RVM。请先尝试,然后重试,否则您可以联系RVM作者,并向他们提供的输出。@theTinMan我尝试了这两个版本,stable和development发行版,都抛出了相同的错误。我现在在#rvm IRC里问过这个问题,但我现在似乎暂时没有人能找到。
rvm show
应该放什么?唯一真实的信息是,RVM将我的发行版识别为RedHat,这是错误的(请参阅错误)。我可能需要手动安装,但我不知道从哪里或如何安装。你需要RVM人员调整应用程序,使其正确识别你的操作系统。如果你这样做了,当他们最终更新时,你可以重新开始。为什么不研究一下rbenv,看看它是否符合您的要求。它不那么复杂,这就是我喜欢它的原因。这是一个bug,应该在这里报告: