From: Roger Pack Date: 2010-03-30T05:40:07+09:00 Subject: Re: net/ssh and ruby 1.9.1 rpardee@gmail.com wrote: > Hey All, > > I'm trying to use net/ssh under ruby 1.9.1p243 (2009-07-16 revision > 24175) [i386-mingw32]. When I try to do a simple "require 'net/ssh'" > I get the below stack trace (uninitialized constant DL::Importable > (NameError)). > > Asking on the rubyinstaller group I'm told that net/ssh needs to be > updated to use the new DL library. But looking at the project home > page (http://rubyforge.org/projects/net-ssh/) it looks like the last > word is a "Farewell" from Jamis Buck. Looks like I got it once and got around it by doing an “update your rubyzip and net-ssh gems” http://betterlogic.com/roger/?p=2478 C:\dev\ruby>ruby -v ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32] C:\dev\ruby>gem install net-ssh cleared faster_require caches due to new gem install... Successfully installed net-ssh-2.0.21 1 gem installed C:\dev\ruby>irb irb(main):001:0> require 'net/ssh' => true -rp -rp -- Posted via http://www.ruby-forum.com/.