R
rpardee
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 `<module:Win>': 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 `<moduleageant>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:15:in `<module:Authentication>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<module:SSH>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<module:Net>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
from globals.rb:1:in `require'
from globals.rb:1:in `<main>'
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 `<module:Win>': 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 `<moduleageant>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:15:in `<module:Authentication>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<module:SSH>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<module:Net>'
from c:/ruby19/lib/ruby/gems/1.9.1/gems/net-ssh-2.0.16/lib/net/
ssh/authentication/pageant.rb:6:in `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
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 `<top (required)>'
from globals.rb:1:in `require'
from globals.rb:1:in `<main>'