thank you for your response but I have resolved my problem. Capistrano was not well installed, because on Debian lenny I needed to install some dep manually.
On Wed, Oct 5, 2011 at 4:46 AM, Donovan Bray <[email protected]> wrote: > Are you using bundler? > > This happens if you've bundled; then executed 'cap' without doing 'bin/cap' > or 'bundle exec cap' > > Note 'bin/cap' requires you to have done 'bundle install --binstubs' at > least once. > > > On Oct 3, 2011, at 8:12 PM, Clemence Lelong <[email protected]> wrote: > > Hi, > > I saw that somebody had the same error and resolved it but I don't > understand. Could you help me? > > My server is debian lenny. My gem list is : > capistrano (2.9.0) > highline (1.6.2) > net-scp (1.0.4) > net-sftp (2.0.5) > net-ssh (2.2.1) > net-ssh-gateway (1.1.0) > When I make cap setup... I have this message : > /usr/local/lib/site_ruby/1.8/capistrano/configuration/connections.rb:2:in > `require': no such file to load -- net/ssh/gateway (LoadError) > > It seems that capistrano do not manage to run the dep net/ssh/gateway but > it is in my gem list. > > Regards, > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to <[email protected]> > [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at <http://groups.google.com/group/capistrano?hl=en> > http://groups.google.com/group/capistrano?hl=en > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/capistrano?hl=en > -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
