From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Ellis Newsgroups: gmane.lisp.guile.bugs,gmane.comp.gnu.libtool.bugs Subject: Re: Mac OS X .dylib not working Date: Thu, 3 Mar 2011 22:48:44 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299210541 27657 80.91.229.12 (4 Mar 2011 03:49:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 03:49:01 +0000 (UTC) Cc: Guile bug , =?ISO-8859-1?Q?Ludovic_Court=E8s?= , =?ISO-8859-1?Q?Hans_=C5berg?= , bug-libtool@gnu.org To: Bob Friesenhahn Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 04 04:48:56 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PvM0e-000701-0Z for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 04:48:56 +0100 Original-Received: from localhost ([127.0.0.1]:48541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvM0d-0007mn-Ey for guile-bugs@m.gmane.org; Thu, 03 Mar 2011 22:48:55 -0500 Original-Received: from [140.186.70.92] (port=42214 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvM0W-0007l8-Go for bug-guile@gnu.org; Thu, 03 Mar 2011 22:48:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvM0V-0003WO-MI for bug-guile@gnu.org; Thu, 03 Mar 2011 22:48:48 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:42382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvM0U-0003W8-4z; Thu, 03 Mar 2011 22:48:46 -0500 Original-Received: by wyi11 with SMTP id 11so1987511wyi.0 for ; Thu, 03 Mar 2011 19:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=N2am2onMZMDX8+7jRXLR3yhtmr6iBm6IcQkdFHM1pHo=; b=wnDJZ0iI5lO7iBn4f6Kht07kj/znupMjjKPOZjbsIIuzPNghW48UR7+SI5bYFiUCsT FidtPijZs3kSv4JOKi5j4EXZ1AbAOXBVIaJpWICN1WR2YMit+iKhjjrUWbV1EJLtFFll vE7QTjvZgUpIa14d3NDlkAQV1xTFs2s7ERxck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NSmuNqj3j7qsFNWOcpzOcxZrzkBXhke6zZCwBCwIS5s9hlCF8tz+H0HElMOZCPxBr0 lxfkGG4rKKJKMP4UZ3b9qiKYbeosTDGECi6jSXJnV3M3Vg+fLNDLquy7lTFRcZkCx/+j eSrXBQKBhHJ+poqKS3TWCSshDY5biG5k7Y5BE= Original-Received: by 10.227.180.206 with SMTP id bv14mr82698wbb.196.1299210524851; Thu, 03 Mar 2011 19:48:44 -0800 (PST) Original-Received: by 10.227.134.82 with HTTP; Thu, 3 Mar 2011 19:48:44 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5276 gmane.comp.gnu.libtool.bugs:7715 Archived-At: On Thu, Mar 3, 2011 at 10:00 PM, Bob Friesenhahn wrote: > Are you sure that libltdl from libtool-2.4 is being used? =A0The dtruss t= race > (from Michael Ellis) at > http://lists.gnu.org/archive/html/bug-guile/2011-03/msg00020.html shows > insecure accesses more like I would expect from a libtool version sufferi= ng > from CVE-2009-3736, which is very dangerous under OS X. Thanks for the warning, Bob. It's probably not 2.4 as my GNU tool versions have been mostly installed from macports until very recently. It's a choice I now regret as it's causing me increasing amounts of grief lately. If I install 2.4, do I need to rebuild everything that uses it or will the newer library be picked up at run time? Cheers, Mike