From: Alin Popa Date: 2007-07-13T00:49:18+09:00 Subject: Re: Yet another site_ruby question... Daniel Jewett wrote: > If I move the gem to site_ruby on my desktop, the load succeeds. My > question is why the inconsistency? > If the install location is incorrect why does require work on one > machine and not the other? > > Here's the result of the install command on both machines: > Successfully installed flacinfo-rb-0.3 > Installing ri documentation for flacinfo-rb-0.3... > File not found: lib > > Is that last bit significant? > > Thanks for any info, > Dan J. Hi Daniel, Did you tried by using "gem" command ? (gem instead of require_gem, which is obsolete) Maybe in one machine, by default, that lib is loaded and on the other one, not? I'm just guessing. All the best, Alin -- Posted via http://www.ruby-forum.com/.