From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.174.193 with SMTP id u1cs58468bkz; Fri, 23 Apr 2010 07:10:19 -0700 (PDT) Received: by 10.216.85.8 with SMTP id t8mr159702wee.39.1272031818527; Fri, 23 Apr 2010 07:10:18 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id u29si456079wbc.53.2010.04.23.07.10.18; Fri, 23 Apr 2010 07:10:18 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 8593C1858319; Fri, 23 Apr 2010 10:10:17 -0400 (EDT) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by rubyforge.org (Postfix) with ESMTP id 2F0801858306 for ; Fri, 23 Apr 2010 01:57:49 -0400 (EDT) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O5Btc-0005n6-Ko for sup-talk@rubyforge.org; Thu, 22 Apr 2010 22:57:48 -0700 Message-ID: <28337512.post@talk.nabble.com> Date: Thu, 22 Apr 2010 22:57:48 -0700 (PDT) From: ghanashyam To: sup-talk@rubyforge.org MIME-Version: 1.0 X-Nabble-From: mail.ghanashyam.prabhu@gmail.com X-Mailman-Approved-At: Fri, 23 Apr 2010 10:08:36 -0400 Subject: [sup-talk] Error installing gem install sup on CentOS. X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Hi, I have installed the ruby dependencies on my CentOS 2.6.18-164.11.1.el5 system. The following are the sequence of commands that I used to download ruby related packages. For installing ruby and ruby related packages >> yum install -y ruby >> yum install -y ruby-devel ruby-docs ruby-ri ruby-irb ruby-rdoc I did not have gem installed and hence i used wget to install gems and untarred and installed the setup.rb >> wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz >> tar xzvf rubygems-1.3.1.tgz >> cd rubygems-1.3.1.tgz >> sudo ruby ./setup.rb Once I installed this, I had gem on my system. So time for installing sup. >> sudo gem install sup Building native extensions. This could take a while... ERROR: Error installing sup: ERROR: Failed to build gem native extension. rake RUBYARCHDIR=/usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib RUBYLIBDIR=/usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib sh: rake: command not found Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/gem_make.out I got the above error.? what am i missing Can any one help me out with this ? -- View this message in context: http://old.nabble.com/Error-installing-gem-install-sup-on-CentOS.-tp28337512p28337512.html Sent from the SUP Talk mailing list archive at Nabble.com. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk