From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 26 Oct 2007 19:16:03 -0700 Subject: [sup-talk] Problems with gems In-Reply-To: <20071011020714.GB3651@gmail.com> References: <20071011020714.GB3651@gmail.com> Message-ID: <1193451325-sup-1895@south> Excerpts from Alberto Bertogli's message of Wed Oct 10 19:07:14 -0700 2007: > I'm trying to install sup _without_ using gems, as I already have most > of the dependencies through my package manager (aptitude), and I'm > having lots of trouble. > > Since there is no way of telling gems that I already have the > packages, sup won't work because it's trying to check the dependencies > via gems on runtime and failing because gems thinks rake (for > instance) is not installed. What if you remove the "require 'rubygems'" lines from bin/sup and lib/sup.rb? -- William