You can apt-get ruby, but don't apt-get rubygems; install it from the tarball. Instructions are on the official ruby site. Look for the "recommended way" for installing on debian/ubuntu
On Mar 10, 2009, at 9:33 AM, Jamis Buck <[email protected]> wrote: > > Ah, and thus we encounter one of my biggest reasons for hating Debian. > :) I have no idea how to solve that. I'll let other debianistas help > you > with that one. > > - Jamis > > On 3/10/09 10:28 AM, lamp5matt 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 -~----------~----~----~----~------~----~------~--~---
