If the problem is that openssl for ruby isn't installed, no capistrano should work. Every capistrano depends on net-ssh, which depends on openssl.
- Jamis On 3/10/09 10:34 AM, lamp5matt wrote: > Is it possible to just gem install an older capistrano, namely 2.4? I > only ever use basic, boring update tasks, for which 2.4 worked > perfectly, for a long time. Debian (4.0) doesn't seem to want to > cooperate.. > > On Mar 10, 10:28 am, lamp5matt <[email protected]> wrote: >> it *does help! >> but alas i get >> /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in >> `gem_original_require': no such file to load -- openssl (LoadError) >> >> with "apt-get install libopenssl-ruby1.8" >> The following packages have unmet dependencies: >> libopenssl-ruby1.8: Depends: libruby1.8 (>= 1.8.5) but it is not >> going to be installed >> >> and >> libruby1.8 is already the newest version. >> >> M >> >> On Mar 10, 9:44 am, Jamis Buck <[email protected]> wrote: >> >>> Sounds like rubygems might not be loading. Try: >>> export RUBYOPT=rubygems >>> and see if that helps. (That will cause rubygems to be loaded >>> automatically by Ruby.) >>> - Jamis >>> On 3/10/09 9:26 AM, lamp5matt wrote: >>>> I have now reinstalled capistrano 3 times. >>>> and >>>> chmod -R o+r /var/lib/gems/1.8/gems/ >>>> No improvement. >>>> On Mar 10, 9:18 am, Jonathan Weiss <[email protected]> wrote: >>>>> This sounds like a permission problem. Check that all files of the gem >>>>> are world-readable. >>>>> Jonathan >>>>> -- >>>>> Jonathan Weisshttp://blog.innerewut.dehttp://twitter.com/jweiss > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
