[Q] Rubygems

I

Iki

Hello everybody

I am trying to install packages through rubygems
but I keep getting the following error message:
gem list -p http://<<proxy_name>>:<<prox_port>> --remote

-->** REMOTE GEMS ***
-->ERROR: While executing gem ... (RuntimeError)
--> HTTP redirection loop: http://rubyforge.org/yaml
ruby --version
-->ruby 1.8.1 (2004-02-19) [i386-mingw32]

I 've googled for it but I didn't get anywhere.
Any clues/links?

BTW does anybody have a precompiled binary of ruby-sqlite
for mingw?

Thanks
 
C

Chad Fowler

On Tue, 3 Aug 2004, Iki wrote:

# Hello everybody
#
# I am trying to install packages through rubygems
# but I keep getting the following error message:
#
# >gem list -p http://<<proxy_name>>:<<prox_port>> --remote
#
# -->** REMOTE GEMS ***
# -->ERROR: While executing gem ... (RuntimeError)
# --> HTTP redirection loop: http://rubyforge.org/yaml
#
# >ruby --version
# -->ruby 1.8.1 (2004-02-19) [i386-mingw32]
#
# I 've googled for it but I didn't get anywhere.
# Any clues/links?
#
# BTW does anybody have a precompiled binary of ruby-sqlite
# for mingw?
#

Hi. This is due to a bug in open-uri on Ruby 1.8.1. Can you try with the
latest Ruby stable snapshot?

Thanks,
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,145
Messages
2,570,825
Members
47,371
Latest member
Brkaa

Latest Threads

Top