From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.20.129 with SMTP id f1cs45976bkb; Fri, 17 Sep 2010 22:37:56 -0700 (PDT) Received: by 10.231.146.135 with SMTP id h7mr6324201ibv.149.1284788275766; Fri, 17 Sep 2010 22:37:55 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 16si12501182ibc.38.2010.09.17.22.37.55; Fri, 17 Sep 2010 22:37:55 -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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id CC7801779952; Sat, 18 Sep 2010 01:37:54 -0400 (EDT) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by rubyforge.org (Postfix) with ESMTP id C2B7E1858344 for ; Sat, 18 Sep 2010 01:31:28 -0400 (EDT) Received: by qwb7 with SMTP id 7so3235760qwb.23 for ; Fri, 17 Sep 2010 22:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ARP06Q8UHaoMc6iZ7Ti4Qm/exoKB8ZKdLbqmwRJ1Kng=; b=bD6JYPZWND4jtnDMgn9+M85PVpA/sr8sF2hRuR9GQUPpprgVh3MZn/9KETKDvo7GoP pRJyr+tXwekP3FZZMPfPjJPQCC1WT3f4VXTkrLHW2Cb9LG3mEwO1BrS9t4chEwcVSFzK AQhPUxSmILQnWuZPTy/djrZGpkqtDsXX3a94E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JphxWDV3XEtzDAX92K0lIxEgPDySw3ndehzdHqqXvq36ZOiUBP577wE6wo2ZLZA9M4 N7ZQiRvsJ+ItafYkUruM485skx7Xqi+pcscQ41JLq4DjmL6IAdbz4yg6VsU3l/sKqP7I or+N/kwGCDs+yIXKuF/VR+H2/v1qm92VVZq0k= MIME-Version: 1.0 Received: by 10.224.67.6 with SMTP id p6mr4003388qai.321.1284787888556; Fri, 17 Sep 2010 22:31:28 -0700 (PDT) Received: by 10.229.7.14 with HTTP; Fri, 17 Sep 2010 22:31:28 -0700 (PDT) Date: Sat, 18 Sep 2010 07:31:28 +0200 Message-ID: From: Lionel Grenier To: sup-talk@rubyforge.org Subject: [sup-talk] Error after Sup installation under Cygwin 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: multipart/mixed; boundary="===============1350084518==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============1350084518== Content-Type: multipart/alternative; boundary=0015175cde90b58b91049081fd76 --0015175cde90b58b91049081fd76 Content-Type: text/plain; charset=ISO-8859-1 Hello I didn't find any post related to this so here it is: - I've installed Sup in cygwin using gem (gem install sup). - Installation went very well. no reported error all dependant components (xapian, ncurses etc..) have been installed all together - BUT when I run 'sup' I got the following error: --------------------------------------------- /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/_xapian.so: No such file or directory - /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/_xapian.so (Load Error) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi re' from /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/xapian.rb:41 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o riginal_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi re' from /usr/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup/index.rb:3 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o riginal_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi re' from /usr/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup.rb:316 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o riginal_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi re' from /usr/lib/ruby/gems/1.8/gems/sup-0.11/bin/sup:15 from /usr/bin/sup:19:in `load' from /usr/bin/sup:19 --------------------------------------------- Looking into the xapian library folder the file _xapian.so exists. I googled this but didn't find solution, so maybe the sup community may have the answer. Thanks for your help Lionel --0015175cde90b58b91049081fd76 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello=A0

I = didn't find any post related to this so here it is:
- I'v= e installed Sup in cygwin using gem (gem install sup).
- Installation went very well. no reported error all dependant compone= nts (xapian, ncurses etc..) have been installed all together
- BU= T when I run 'sup' I got the following error:
-----------= ----------------------------------
/usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/_xapian.so: N= o such file or
directory - /usr/lib/ruby/gems/1.8/gems/xapian-ful= l-1.1.3.4/lib/_xapian.so (Load
Error)
=A0=A0 =A0 =A0 = =A0from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `requi=
re'
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/gems/1.8/gems/x= apian-full-1.1.3.4/lib/xapian.rb:41
=A0=A0 =A0 =A0 =A0from /usr/l= ib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_o
rig= inal_require'
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_req= uire.rb:31:in `requi
re'
=A0=A0 =A0 =A0 =A0from /us= r/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup/index.rb:3
=A0=A0 =A0 = =A0 =A0from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `g= em_o
riginal_require'
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/si= te_ruby/1.8/rubygems/custom_require.rb:31:in `requi
re'
=
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup.rb= :316
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/site_ruby/1.8/rubygems/= custom_require.rb:31:in `gem_o
riginal_require'
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/si= te_ruby/1.8/rubygems/custom_require.rb:31:in `requi
re'
=
=A0=A0 =A0 =A0 =A0from /usr/lib/ruby/gems/1.8/gems/sup-0.11/bin/sup:15=
=A0=A0 =A0 =A0 =A0from /usr/bin/sup:19:in `load'
=A0=A0 =A0 =A0 =A0from /usr/bin/sup:19
---------------= ------------------------------

Looking into the xa= pian library folder the file _xapian.so exists.
I googled this bu= t didn't find solution, so maybe the sup community may have the answer.=

Thanks for your help

Lionel
--0015175cde90b58b91049081fd76-- --===============1350084518== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============1350084518==--