From: "Jan-Erik R." Date: 2009-01-04T23:13:54+09:00 Subject: Re: A question about Net-ssh Zhao Yi schrieb: > I installed net-ssh by running the command: "gem install net-ssh", but I > got load error when using "require net/ssh". It seems that ruby doesn't > find the library. How can I let ruby find this library? > > thanks. do you have a "require 'rubygems'" above your "require 'net/ssh'" ?