* [sup-talk] install problems on ubuntu 10.10 @ 2010-07-17 17:29 Daniel Goldin 2010-07-17 18:10 ` Ben Walton 2010-07-17 19:05 ` Mark Alexander 0 siblings, 2 replies; 3+ messages in thread From: Daniel Goldin @ 2010-07-17 17:29 UTC (permalink / raw) To: sup-talk [-- Attachment #1.1: Type: text/plain, Size: 428 bytes --] Installing from apt didn't work. Trying gem install sup, I get the following errors: ERROR: Error installing sup: ERROR: Failed to build gem native extension. rake1.8 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: rake1.8: not Any thoughts? I am not a programmer, so keep it elementary, if you will. d. -- Daniel Goldin 626.817.2462 [-- Attachment #1.2: Type: text/html, Size: 494 bytes --] [-- Attachment #2: Type: text/plain, Size: 140 bytes --] _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sup-talk] install problems on ubuntu 10.10 2010-07-17 17:29 [sup-talk] install problems on ubuntu 10.10 Daniel Goldin @ 2010-07-17 18:10 ` Ben Walton 2010-07-17 19:05 ` Mark Alexander 1 sibling, 0 replies; 3+ messages in thread From: Ben Walton @ 2010-07-17 18:10 UTC (permalink / raw) To: sup-talk Excerpts from Daniel Goldin's message of Sat Jul 17 13:29:41 -0400 2010: > ERROR: Failed to build gem native extension. To install the xapian gem, you'll need the xapian library and development headers. On my Ubuntu 10.10 box here, those are packages named libxapian15 and libxapian-dev. HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sup-talk] install problems on ubuntu 10.10 2010-07-17 17:29 [sup-talk] install problems on ubuntu 10.10 Daniel Goldin 2010-07-17 18:10 ` Ben Walton @ 2010-07-17 19:05 ` Mark Alexander 1 sibling, 0 replies; 3+ messages in thread From: Mark Alexander @ 2010-07-17 19:05 UTC (permalink / raw) To: Daniel Goldin; +Cc: sup-talk Excerpts from Daniel Goldin's message of Sat Jul 17 13:29:41 -0400 2010: > sh: rake1.8: not Looks like the complete error message was truncated, but I think this means rake was not found. I ran into this on Ubuntu 10.04. Try doing this: sudo gem install rake To build xapian, you'll also need a C++ compiler: sudo aptitude install g++ _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-17 20:07 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2010-07-17 17:29 [sup-talk] install problems on ubuntu 10.10 Daniel Goldin 2010-07-17 18:10 ` Ben Walton 2010-07-17 19:05 ` Mark Alexander
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox