Having a god-awful time installing Rails. I started with the instructions found on this page: http://articles.slicehost.com/2007/11/23/ubuntu-gutsy-mysql-and-ror
I get the following error:
vbfischer@ubuntu:~$ sudo gem install rails [sudo] password for vbfischer: Bulk updating Gem source index for: http://gems.rubyforge.org/ Updating metadata for 13 gems from http://gems.rubyonrails.org/ ............. complete ERROR: could not find rails locally or in a repository
I'm running with Ubuntu Gutsy 8.04 LTS
I have followed the instructions in this thread: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/301950cb55487cb5/dd141cfb9563ee42
but none of the suggestions there helped.
This is the output from several commands suggested in other threads: vbfischer@ubuntu:~$ ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
vbfischer@ubuntu:~$ gem -v 1.1.0
vbfischer@ubuntu:~$ gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.1.0 (1.1.0) - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux] - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby1.8 - RUBYGEMS PLATFORMS: - ruby - x86-linux - GEM PATHS: - /usr/lib/ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - :sources => ["http://gems.rubyforge.org", "http:// gems.rubyonrails.org"] - REMOTE SOURCES: - http://gems.rubyforge.org - http://gems.rubyonrails.org
vbfischer@ubuntu:~$ sudo gem sources *** CURRENT SOURCES ***
http://gems.rubyforge.org http://gems.rubyonrails.org
vbfischer@ubuntu:~$ sudo gem search rails
*** LOCAL GEMS ***
vbfischer@ubuntu:~$ rails -v -bash: rails: command not found
Any other suggestions?
Thanks.