From: "rpardee@..." Date: 2010-03-30T05:20:06+09:00 Subject: net/ssh and ruby 1.9.1 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. If that's orphaned & not compatible w/1.9.1, I guess I'm out of luck? Have to use 1.8.x? Thanks! -Roy c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ssh/ authentication/pageant.rb:24:in `': uninitialized constant DL::Importable (NameError) from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/pageant.rb:23:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/pageant.rb:15:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/pageant.rb:6:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/pageant.rb:6:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/pageant.rb:6:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/agent.rb:6:in `require' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/agent.rb:6:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/key_manager.rb:4:in `require' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/key_manager.rb:4:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/session.rb:4:in `require' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh/authentication/session.rb:4:in `' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh.rb:11:in `require' from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/ ssh.rb:11:in `' from globals.rb:1:in `require' from globals.rb:1:in `
'