Hi,I was installing a gem and got this error:
/usr/bin/ruby1.8: no such file to load – ubygems (LoadError)
thanks
Brian
Hi,I was installing a gem and got this error:
/usr/bin/ruby1.8: no such file to load – ubygems (LoadError)
thanks
Brian
On Sun, Feb 21, 2010 at 6:06 PM, Brian W. [email protected] wrote:
Hi,I was installing a gem and got this error:
/usr/bin/ruby1.8: no such file to load – ubygems (LoadError)
Which gem is it?
If that is literally says, then the author of that gem misspelled
rubygems.
Otherwise, you have a path issue.
Respectfully,
Andrew mcElroy
On Sun, Feb 21, 2010 at 6:21 PM, andrew mcelroy [email protected]
wrote:
Which gem is it?
If that is literally says, then the author of that gem misspelled rubygems.
Not exactly. ‘ubygems.rb’ ship with RubyGems as a convenience. It
allows:
ruby -rubygems
rather than
ruby -rrubygems
(note the two r’s).
That still doesn’t help with the problem though. I can’t imagine why
installing a gem would complain about not being able to find ubygems.
Ben
is it maybe ruby1.9 only?
I see in your command ruby1.8 so that could be the problem?
I could be wrong (probably) but just try to help.
Greets Jeljer
Ben B. wrote:
On Sun, Feb 21, 2010 at 6:21 PM, andrew mcelroy [email protected]
wrote:Which gem is it?
�If that is literally says, then the author of that gem misspelled rubygems.Not exactly. ‘ubygems.rb’ ship with RubyGems as a convenience. It
allows:ruby -rubygems
rather than
ruby -rrubygems
(note the two r’s).
That still doesn’t help with the problem though. I can’t imagine why
installing a gem would complain about not being able to find ubygems.Ben
Hi,
The gem is ffi, which is pretty widely used I think, for calls to C
libraries.
I put an issue in with the authors. I don’t have much ruby
experience,so it might be something I’m doing.
Brian
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs