Gem install problem

bcck@tom-desktop:~/packages$ gem update
Updating installed gems…
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem … (Gem::RemoteSourceException)
Error fetching remote gem cache: SocketError reading
RubyGems.org | your community gem host
bcck@tom-desktop:~/packages$

how to solve this error ?

On Tue, 2007-11-13 at 02:40 +0900, Pokkai D. wrote:

bcck@tom-desktop:~/packages$ gem update
Updating installed gems…
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem … (Gem::RemoteSourceException)
Error fetching remote gem cache: SocketError reading
RubyGems.org | your community gem host
bcck@tom-desktop:~/packages$

how to solve this error ?

Hm, it looks like your RubyGems is fetching the uncompressed gem index -
perhaps it’s timing out. What version of RubyGems are you using?

Yours,

tom