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)
> 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
>
>
> ruby -r rubygems -e "p Gem.path"
> ["/Users/Eric/.gem/ruby/1.8", "/usr/local/lib/ruby/gems/1.8"]
>
>
>
> ls /usr/local/lib/ruby/gems/1.8/gems | grep -i net (returns nothing)
>
>
> ls /Users/Eric/.gem/ruby/1.8 | grep -i net (returns nothing
>
> After all that, I tried sudo gem install capistrano and it only tried
> to install the capistrano gem, seemingly not it's dependencies.  It
> did this the last time as well and I had to install the dependencies
> individually.
>
>
> On Jul 2, 3:21 pm, Lee Hambley <lee.hamb...@gmail.com> wrote:
> > 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 --version produces the
> > > following error message.  It seems like it's just thinking the net-ssh-
> > > gateway gem isn't installed.
> >
> > >  cap --version
> > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> > > `gem_original_require': no such file to load -- net/ssh/gateway
> > > (LoadError)
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `require'
> > >        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.5.5/lib/
> > > capistrano/configuration/connections.rb:2
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `gem_original_require'
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `require'
> > >        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.5.5/lib/
> > > capistrano/configuration.rb:4
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `gem_original_require'
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `require'
> > >        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.5.5/lib/
> > > capistrano.rb:1
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `gem_original_require'
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `require'
> > >        from /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.5.5/lib/
> > > capistrano/cli.rb:1
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `gem_original_require'
> > >        from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > > 31:in `require'
> > >        from
> /usr/local/lib/ruby/gems/1.8/gems/capistrano-2.5.5/bin/cap:3
> > >        from /usr/local/bin/cap:19:in `load'
> > >        from /usr/local/bin/cap:19
> >
> > > ruby -r rubygems -e "p Gem.path"
> > > ["/Users/Eric/.gem/ruby/1.8", "/usr/local/lib/ruby/gems/1.8"]
> >
> > > gem list --local | grep -i net
> > > net-scp (1.0.2)
> > > net-sftp (2.0.2)
> > > net-ssh (2.0.11)
> > > net-ssh-gateway (1.0.1)
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to capistrano@googlegroups.com
To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to