[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread Lee Hambley
Eric, It may be prudent to reinstall those gems? I can think of a few other things that might manifest that way, but first things first! - Lee 2009/7/2 ericindc ericmilf...@gmail.com I've been uninstall, reinstalling, etc. to try and get Capistrano working. Just trying to do a simple cap

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread ericindc
Something seems a little weird... gem list --local | grep net net-scp (1.0.2) net-sftp (2.0.2) net-ssh (2.0.11) net-ssh-gateway (1.0.1) sudo gem uninstall -a net-ssh net-sftp net-scp net-ssh-gateway highline echoe ERROR: While executing gem ... (Gem::InstallError) Unknown gem net-ssh = 0

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread Lee Hambley
What version of rubygems are you using, and what O/S ?... are you using vendor ruby, or a specially installed one ? - Lee 2009/7/2 ericindc ericmilf...@gmail.com Something seems a little weird... gem list --local | grep net net-scp (1.0.2) net-sftp (2.0.2) net-ssh (2.0.11)

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread ericindc
Mac OS X which gem /usr/local/bin/gem gem -v 1.3.1 which ruby /usr/local/bin/ruby ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.7.1] There is also the default install that comes with OS X that is in /usr/ bin On Jul 2, 3:35 pm, Lee Hambley lee.hamb...@gmail.com wrote: What

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread Lee Hambley
Thanks Eric, not sure whats going on there, you may have to try and clean your installed gems cache, this happens from time to time, maybe the RubyGems guys know better? - Lee 2009/7/2 ericindc ericmilf...@gmail.com Mac OS X which gem /usr/local/bin/gem gem -v 1.3.1 which ruby

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread Christian Eager
Hi Eric, This thread might be helpful for helping you figure out your gem-weirdness: http://groups.google.com/group/capistrano/browse_thread/thread/e4e48142fae7aa2c/9cde69e6aa22ae7f On Thu, Jul 2, 2009 at 3:39 PM, ericindcericmilf...@gmail.com wrote: Mac OS X which gem /usr/local/bin/gem

[capistrano] Re: Error: no such file to load -- net/ssh/gateway

2009-07-02 Thread ericindc
Awesome...that worked! Thanks! On Jul 2, 3:42 pm, Christian Eager cea...@gmail.com wrote: Hi Eric, This thread might be helpful for helping you figure out your gem-weirdness: http://groups.google.com/group/capistrano/browse_thread/thread/e4e481... On Thu, Jul 2, 2009 at 3:39 PM,