Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > rubygems win32 error with ruby 1.8.4 (final)

Reply
Thread Tools

rubygems win32 error with ruby 1.8.4 (final)

 
 
simonh
Guest
Posts: n/a
 
      12-27-2005
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

 
Reply With Quote
 
 
 
 
simonh
Guest
Posts: n/a
 
      12-28-2005
or does someone have a link to the preview3 of ruby 1.8.4? i'm pretty
sure that worked ok.

 
Reply With Quote
 
 
 
 
Lou Vanek
Guest
Posts: n/a
 
      12-28-2005
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



simonh wrote:

> 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





 
Reply With Quote
 
simonh
Guest
Posts: n/a
 
      12-28-2005
well, it was a blasted dll issue. i love windows! long live microsuck

 
Reply With Quote
 
Tom Copeland
Guest
Posts: n/a
 
      12-29-2005
On Wed, 2005-12-28 at 19:27 +0900, simonh wrote:
> or does someone have a link to the preview3 of ruby 1.8.4? i'm pretty
> sure that worked ok.


FWIW, lots of past Ruby versions are mirrored here:

http://rubyforge.org/frs/?group_id=426

Yours,

Tom





 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rubygems 1.3.5 can't load 'rubygems/defaults/operating_sy..' Eric Roscher Ruby 3 11-24-2009 01:07 AM
[ANN] RMagick 1.14.1 win32 gem with fix for RubyGems 0.9.4 Tim Hunter Ruby 0 09-03-2007 02:39 PM
[BUG] RubyGems: "No such file to load -- rubygems/builder" Erik Veenstra Ruby 4 02-04-2005 10:28 PM
Problems with fresh install of RubyGems on Ubuntu Linux: No suchfile to load -- rubygems/builder (LoadError) Trevor Ruby 5 01-29-2005 12:52 AM
Error installing rubygems 0.8.1 with ruby 1.8.2 Rob . Ruby 2 11-10-2004 03:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57