Doing a bit more investigation, I'm finding that it's definitely a
path issue.
What I'm finding is that on Fedora, $: includes /usr/lib/ruby/1.8 as
the last entry, and on Ubuntu $: includes /usr/lib/ruby/1.8 at the
*first* entry. When I use the usual "require 'rubygems'" "gem
'soap4r'" commands, the soap4r gem library path shows up in the
modified $: in the exact same location in the path set on both
systems. Unfortuately, since /usr/lib/ruby/1.8 is at the start of the
list on Ubuntu, the system version of soap4r is always found first.
I've confirmed the path ordering on two versions of Ubuntu (Ruby 1.8.5
on 7.04 and Ruby 1.8.7 on 9.04).
Is there a config file where the default order for the load path is
set? I've google'd just about every combination I can think of and
can't seem to find an answer.
Thanks again for any advice,
Matt
> > Matt- Hide quoted text -
>
> - Show quoted text -