2013-08-06 2 views
5

저는 최근에 내 컴퓨터 (OS-Mac OS X 10.6.8)를 지우고 모든 개발 도구를 다시 설치했습니다. RVM을 다시 설치했습니다. 그러나 Ruby 1.9.3을 설치할 수는 없습니다.Ruby 1.9.3을 설치하는 데 404 오류가 발생하는 이유는 무엇입니까?

은 지금까지 나는 시도했다 :

  • rvm install 1.9.3
  • rvm install 1.9.3-p194
  • rvm install 1.9.3-p448
  • rvm install 1.9.3 --with-gcc=clang

모든 반환 같은 명령 줄 오류 :

Searching for binary rubies, this might take some time. 

No binary rubies available for: osx/10.6/x86_64/ruby-1.9.3-p448. 
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. 
Checking requirements for osx. 

Warning: port definitions are more than two weeks old, consider using selfupdate 

Certificates in '/opt/local/etc/openssl/cert.pem' already are up to date. 

Requirements installation successful. 

Installing Ruby from source to: /home/kjbradley/.rvm/rubies/ruby-1.9.3-p448, this may take a while depending on your cpu(s)... 

ruby-1.9.3-p448 - #downloading ruby-1.9.3-p448, this may take a while depending on your connection... 

    % Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
    0  0 0  0 0  0  0  0 --:--:-- --:--:-- --:--:--  0 

curl: (22) The requested URL returned error: 404 

The requested url does not exist(22): 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2' 
Trying ftp:// URL instead. 

curl: (7) couldn't connect to host 
There was an error(7), please check /home/kjbradley/.rvm/log//*.log 
There has been an error fetching the ruby interpreter. Halting the installation. 
+0

같은 문제 –

+0

'curl' 다운로드 실패 http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2 <데 - 링크가 죽었습니다 –

+0

xcode가 설치되어 있습니까? OS 버전도 명확하게 표시하려면 Q를 업데이트해야합니다. – Morgan

답변

관련 문제