djberge@some_host /usr/local/lib/ruby/site_ruby/1.8 ] $ irb
irb(main):001:0> require ‘bigdecimal’
LoadError: no such file to load – bigdecimal
from (irb):1:in `require’
from (irb):1
This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.
djberge@some_host /usr/local/lib/ruby/site_ruby/1.8 ] $ irb
irb(main):001:0> require ‘bigdecimal’
LoadError: no such file to load – bigdecimal
from (irb):1:in `require’
from (irb):1
[ djberge@lxomp55e /usr/local/lib/ruby ] $ pwd
from (irb):1
which -a irb
??
-a
/usr/local/bin/irb
irb(main):002:0> RUBY_VERSION
=> “1.8.5”
I did notice that autoconf wasn’t installed originally. So, I installed
autoconf (2.59), did a ‘make clean’ and reinstalled. Still no luck.
Regards,
Dan
This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.
Something very strange is happening here. The bigdecimal.so file
irb(main):001:0> require ‘bigdecimal’
hmmm. no idea, but does either of these give any leads?
btw. i can compile 1.8.5 on a rhel4 box later today and give you a report.
-a
GAH! Stupid sudo umask settings!
It was a permissions issue. Disregard.
Thanks,
Dan
This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.