From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs337247ebc; Mon, 1 Feb 2010 20:42:30 -0800 (PST) Received: by 10.224.52.104 with SMTP id h40mr2048514qag.44.1265085750037; Mon, 01 Feb 2010 20:42:30 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 6si13436469qwk.40.2010.02.01.20.42.29; Mon, 01 Feb 2010 20:42:30 -0800 (PST) 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 69847158807F; Mon, 1 Feb 2010 23:42:29 -0500 (EST) X-Greylist: delayed 482 seconds by postgrey-1.31 at rubyforge.org; Mon, 01 Feb 2010 23:33:42 EST Received: from mail-iw0-f173.google.com (mail-iw0-f173.google.com [209.85.223.173]) by rubyforge.org (Postfix) with ESMTP id 1B0DD18582C3 for ; Mon, 1 Feb 2010 23:33:41 -0500 (EST) Received: by iwn3 with SMTP id 3so5346097iwn.23 for ; Mon, 01 Feb 2010 20:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:subject :from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=hX3T2K1atfV0C5DpGLHmX3jDfafd8iLZfWbn70Idy00=; b=Lo1QeXfeI4SxzW1C59WOl5/a1WIhqIaHjwae+KG/Lub6tiNOGiFYPRrrU8421PdS4/ 5JwZmT41Uy7yO31xv640RyN+gFSEyRODM6Ufs7Jnm++CnbfsIoVN9dHlg+Fj/wnDJ/on jbAvjqOHWqKQN5a9c5RnhdFBARqiLHGTqY2J0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=PeKghPA6zlAaXRAygMH2z/woP+SqOSbIhWj6jgmK6p7xbZ/sT6aaqmT9iHDnEK77Mz Jth7kPBbO6hMpnt2sTrGUFcFo2zFmn2TqPJwMqk8fTfMNt3RZg5/3fHCJiLCKBDDfGjW CyWsGPk5KyCPnsdrOGTKhHotZE9JFYCI+aBj8= Received: by 10.231.59.5 with SMTP id j5mr4736921ibh.6.1265084738608; Mon, 01 Feb 2010 20:25:38 -0800 (PST) Received: from localhost (adsl-75-34-48-210.dsl.chcgil.sbcglobal.net [75.34.48.210]) by mx.google.com with ESMTPS id 22sm6073178iwn.12.2010.02.01.20.25.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Feb 2010 20:25:37 -0800 (PST) From: Karl Schudt To: sup-talk In-reply-to: <14ca927c1002010624m54af983fp21f4d34ccef67338@mail.gmail.com> References: <14ca927c1002010624m54af983fp21f4d34ccef67338@mail.gmail.com> Date: Tue, 02 Feb 2010 04:25:15 +0000 Message-Id: <1265084588-sup-7068@darkstar> User-Agent: Sup/0.10.2 Subject: Re: [sup-talk] Can't get sup 0.10.2 to work in slackware 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Karl Schudt's message of Mon Feb 01 14:24:27 +0000 2010: > Hi, > > Just trying to get back to my favorite distro, and now I want my favorite > email client. > > I tried to install sup with > "gem install sup", and all appears to work. > > Then, when I run it, I get this: > > [2010-02-01 14:22:14 +0000] WARNING: can't find character set by using > locale, defaulting to utf-8 > /usr/lib64/ruby/1.9.1/dl/import.rb:1:in `require': > /usr/lib64/ruby/1.9.1/x86_64-linux/dl.so: undefined symbol: rb_dl_cb_call - > /usr/lib64/ruby/1.9.1/x86_64-linux/dl.so (LoadError) > from /usr/lib64/ruby/1.9.1/dl/import.rb:1:in `' > from /home/carolus/.gem/ruby/1.9.1/gems/sup-0.10.2/bin/sup:94:in > `require' > from /home/carolus/.gem/ruby/1.9.1/gems/sup-0.10.2/bin/sup:94:in > `' > from /home/carolus/.gem/ruby/1.9.1/gems/sup-0.10.2/bin/sup:64:in ` (required)>' > from /home/carolus/.gem/ruby/1.9.1/bin/sup:19:in `load' > from /home/carolus/.gem/ruby/1.9.1/bin/sup:19:in `
' > > Karl I have a temporary fix. If you run into my problem on Slackware-current, you can uninstall ruby (using pkgtool, for example) and then download the ruby package from Slackware 13.0. Then gem install sup (I had to install rake first) and it works. I'm still not sure what went wrong, but am happy to be supping again. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk