rubygems win32 error with ruby 1.8.4 (final)

S

simonh

hi all. i'm using the ruby 1.8.4 binary from garbagecollect with dll's
mentioned in the 'how to install' section. all seems fine except
rubygems reports this error when i try to install anything -

"Could not find RubyGem sources (0.0.0) (Gem::LoadError).

according to the gems website this was a problem with an earlier
version, but i'm using 0.8.11

thanks for any ideas
 
S

simonh

or does someone have a link to the preview3 of ruby 1.8.4? i'm pretty
sure that worked ok.
 
L

Lou Vanek

you may just need to set a few environmental variables to
indicate to ruby and gem where to look for your files.
the following is an example for somebody using a bash shell.
your paths and shell may differ -- adjust accordingly.

export RUBYLIB=/lib/ruby/site_ruby/1.8:/lib/ruby/1.8
export GEM_PATH=/lib/ruby/gems/1.8
export GEM_HOME=/lib/ruby/gems/1.8
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top