Having a hard time to get ruby scripts to recognize modules. Checked "$:" and got the following:<br><br>/usr/lib/ruby/site_ruby/1.8<br>/usr/lib/ruby/site_ruby/1.8/powerpc-darwin8.0<br>/usr/lib/ruby/site_ruby/1.8/universal-
darwin8.0<br>/usr/lib/ruby/site_ruby<br>/usr/lib/ruby/1.8<br>/usr/lib/ruby/1.8/powerpc-darwin8.0<br>/usr/lib/ruby/1.8/universal-darwin8.0<br><br>The module I am trying to "require" is in this list (the first listing in fact). When I try to to run script from TextMate "command + R" the script keeps failing. When I ask text mate to get required "shift + command + D" TextMate complains that it can not find require "snmp". When I run script from the terminal though it finds the 'require' I requested. Any ideas?
<br><br>Brad<br>