From: Chet Farmer Date: 2006-08-12T09:24:35+09:00 Subject: Re: Ruby can't find installed gems Eero Saynatkari wrote: > Chet Farmer wrote: >> I've been fighting this all day, and I can't grok where I've gone wrong. >> I hope someone here can help. >> >> I'm trying to write a fairly simple script to handle some periodic SFTP >> file submissions to a client's vendor. Net::SFTP seems like just the >> ticket! >> >> My code, then, has > > # It might be missing this if these are through Gems > require 'rubygems' > That does appear to be at least part of my "something stupid n00b error" issue. By doing that, my error goes away and all is well on OS X, but I've still sustained brokenness on Ubuntu. Now it's complaining of openssl issues, but I suspect my endless recompilations of ruby today have left the machine somewhat confused. I'll reboot and reimage it tomorrow and start from there now that I know a bit more. Thanks for the quick reply. Best, chet Houston -- Posted via http://www.ruby-forum.com/.