You might try uninstalling all installed versions of cap (gem uninstall capistrano) and then reinstalling capistrano 2.4.3. This error generally comes from having installed an older version of cap under an older version of rubygems. Removing all cap installs and reinstalling cap is one way to fix it.
- Jamis On Jul 18, 2008, at 12:01 AM, paul99 wrote: > > Hi, > > I'm on Ubuntu 8.0.4 > > # gem install capistrano > ... > Successfully installed capistrano-2.4.3 > > # installed capistrano-ext-1.2.1 > 1 gem installed > > # cap -Tv > /var/lib/gems/1.8/gems/capistrano-2.4.3/bin/cap:3:in `require': no > such file to load -- capistrano/cli (LoadError) > from /var/lib/gems/1.8/gems/capistrano-2.4.3/bin/cap:3 > > I have tried uninstalling capistrano/capistrano-ext and re-installing, > but to no avail. > > Please help! > > Paul > > On Jun 30, 12:25 pm, rejeep <[EMAIL PROTECTED]> wrote: >>> Make sure you've installed thecapistrano-extgem, if you're wanting >>> to use the multistage functionality. The multistage stuff isn't part >>> ofcapistrano, it's an extension. >> >> Ahh... I didn't know ofcapistrano-ext. >> >> Now it works. Perfect! Thanks a lot! > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
