From: Jamis Buck Date: 2005-11-10T13:01:03+09:00 Subject: Re: [ANN] Net::SSH 1.0.3 Ah, if you install it manually, you'll also need to download and install needle: http://rubyforge.org/projects/needle - Jamis On Nov 9, 2005, at 7:43 PM, David Brady wrote: > Jamis, > > I'm excited to play with this module! But I get a weird error. > I'm sure my system is missing a dependency--I installed this from > the tar.bz2 file. Can you eyeball this crash and tell me what I'm > missing? > > thanks! > > -dB > > dbrady@trousers:~$ irb > irb(main):001:0> require 'net/ssh' > LoadError: No such file to load -- needle > from /usr/local/lib/ruby/site_ruby/1.8/net/ssh/session.rb: > 17:in `require' > from /usr/local/lib/ruby/site_ruby/1.8/net/ssh/session.rb:17 > from /usr/local/lib/ruby/site_ruby/1.8/net/ssh.rb:17:in > `require' > from /usr/local/lib/ruby/site_ruby/1.8/net/ssh.rb:17 > from (irb):1:in `require' > from (irb):1 > > My installation process was: > > tar -jxvf net-ssh-1.0.3.tar.bz2 > cd net-ssh-1.0.3 > sudo ruby setup.rb config > sudo ruby setup.rb install > > thanks again, > > -dB > > -- > David Brady > ruby_talk@shinybit.com > C++ Guru. Ruby nuby. Apply salt as needed. > > >