Crash with ruby1.9 on 64 bit system

Hello
This is my first question on this forum.
Previously i was using ruby1.9.2 .After updating the system using
pacman which is using arch linux
now when I am running my ruby scripts ,i am getting following error

internal:lib/rubygems/custom_require:29:in require': no such file to load -- lta_conference_class (LoadError) from <internal:lib/rubygems/custom_require>:29:inrequire’
from lta_Oo_conf.rb:4:in `’

Thanks in advance

What happens if you add the following line as the first line of your
code:

require ‘rubygems’

On Tue, May 10, 2011 at 9:13 AM, Nitin kasture
[email protected] wrote:

Hi
I tried with above solution but same error shows.


internal:lib/rubygems/custom_require:29:in require': no such file to load -- lta_conference_class (LoadError) from <internal:lib/rubygems/custom_require>:29:in require’
from lta_Oo_conf.rb:4:in `’


Thanks for the help

Did you try to update all installed gems?

$ gem update -l

Kind regards

robert

Hi
I tried with above solution but same error shows.


internal:lib/rubygems/custom_require:29:in require': no such file to load -- lta_conference_class (LoadError) from <internal:lib/rubygems/custom_require>:29:inrequire’
from lta_Oo_conf.rb:4:in `’


Thanks for the help

Hi
I tried what was suggested (gem update -l),I got following result…

Updating installed gems
Updating minitest
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find a valid gem ‘minitest’ (>= 0) locally or in a
repository

Thanks

Nitin

On Wed, May 11, 2011 at 12:54 PM, Robert K.
[email protected] wrote:

Well, what would be the obvious thing to do if a gem is missing? :slight_smile:

Writing it? :wink:


Phillip G.

Though the folk I have met,
(Ah, how soon!) they forget
When I’ve moved on to some other place,
There may be one or two,
When I’ve played and passed through,
Who’ll remember my song or my face.

On Wed, May 11, 2011 at 12:16 PM, Nitin kasture
[email protected] wrote:

Hi
I tried what was suggested (gem update -l),I got following result…

Updating installed gems
Updating minitest
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find a valid gem ‘minitest’ (>= 0) locally or in a
repository

Well, what would be the obvious thing to do if a gem is missing? :slight_smile:

Cheers

robert