Hello.  I am trying to get Ruby installed on our CentOS 5.2 (x64)
server for a specific Ruby application (clockingIT).

I followed the steps here:

http://github.com/ari/clockingit

I made sure that all Ruby related packages are installed, here are the
versions according to RPM.

But on Step 3 I am unable to "gem install passenger", it just says

ERROR:  While executing gem ... (Gem::GemNotFoundException)
Could not find passenger (> 0) in any repository

So I tried installing Phusion Passenger from source, but it says I am
missing Rake and Rack and Fastthread.

So I tried installing those, same problem...

gem install rake
    Could not find rake (> 0) in any repository
gem install rack
    Could not find rack (> 0) in any repository
gem install fastthread
    Could not find fastthread (> 0) in any repository

When I checked the "gem env" it says:

RubyGems Environment:
  - VERSION: 0.9.4 (0.9.4)
  - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
  - GEM PATH:
     - /usr/lib/ruby/gems/1.8
  - REMOTE SOURCES:
     - http://gems.rubyforge.org

I read somewhere about deleting the source_cache and doing "gem
update" so I tried that, but no luck.  Any ideas?

Thanks!


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to