From: Caleb Tennis Date: 2007-06-12T21:46:43+09:00 Subject: Re: Ruby 1.8.6-p36 released > hramrach@hp-tc2110:11(0) 06121345 23]~ $ ruby -v > ruby 1.8.6 (2007-06-07 patchlevel 36) [i686-linux] > hramrach@hp-tc2110:11(0) 06121345 24]~ $ ruby -w test.rb > ruby: no such file to load -- auto_gem (LoadError) Gentoo, I presume? I put auto_gem into the RUBYLIB variable so as to try and automatically load rubygems when the interpreter starts. If you're unemerged the stock ruby provided by Gentoo, you'll need to get rid of this from your environment variables. Caleb