From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17689 invoked by alias); 29 Oct 2012 10:21:31 -0000 Received: (qmail 17631 invoked by uid 22791); 29 Oct 2012 10:21:30 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_BF,TW_BG X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Oct 2012 10:21:20 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9TALJe4028058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 29 Oct 2012 06:21:19 -0400 Received: from zebedee.pink (ovpn-113-82.phx2.redhat.com [10.3.113.82]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q9TALGfD013951; Mon, 29 Oct 2012 06:21:17 -0400 Message-ID: <508E589C.20804@redhat.com> Date: Mon, 29 Oct 2012 10:21:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: "tim.beech" CC: libffi-discuss@sourceware.org Subject: Re: souurce for old version of libffi References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2012/txt/msg00259.txt.bz2 On 10/28/2012 12:50 AM, tim.beech wrote: > I'm packaging GHC (Glasgow Haskell Compiler) for Salix, a Slackware > derivative, and it depends on old versions of libgmp and libffi. > > Specificaly, it is looking for /usr/lib/libffi.so.3 > and finding libffi.so.6 > > These numbers don't seem to correspond to the version numbers for > libffi; as far as I know, the latest libffi for Slackware is > libffi-3.something. > > I've searched without success. I'd be extremely grateful if anyone could > point me in the direction of a tarball. Please, don't do this. Let's fix GHC. I may be able to help. Andrew.