Austin Ziegler wrote: > On 6/29/06, Lanny Rosicky <lanny / canczech.com> wrote: >> >> I need to set it up so that the applications executing the require >> actually find the objects of the require statement > > This may be changed in Ruby 1.8.5, I think, but the answer essentially > is yes. > > You can use RUBYOPTS=-rubygems but that's a bit of a hack. > > -austin Thanks. Setting RUBYOPTS would not be a hack if it worked. In my case ir would be /usr/local/lib/ruby/site_ruby/but that is precicely where the GEMS do not get installed by gem install ... Thank you for your help. I am not about to grep through all files prepending a missing line of code, that is no fun :-). I'll wait for a while to see if this is fixed and play with Ruby on my Mac where it works perfectly - same version, same gems and same typi application. -- Posted via http://www.ruby-forum.com/.