From owner-freebsd-perl@FreeBSD.ORG Thu Oct 4 18:30:27 2007 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE22916A420 for ; Thu, 4 Oct 2007 18:30:27 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id A43BF13C47E for ; Thu, 4 Oct 2007 18:30:27 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 9E76912543A; Thu, 4 Oct 2007 20:30:26 +0200 (CEST) Date: Thu, 4 Oct 2007 20:30:26 +0200 From: Anton Berezin To: Johan van Selst Message-ID: <20071004183026.GB89900@heechee.tobez.org> References: <20070930094647.GA38288@mud.stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930094647.GA38288@mud.stack.nl> User-Agent: Mutt/1.4.2.3i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: perl@freebsd.org Subject: Re: [patch] devel/p5-PCSC-Card loads wrong library X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 18:30:28 -0000 On Sun, Sep 30, 2007 at 11:46:47AM +0200, Johan van Selst wrote: > Greetings, > > The Chipcard::PCSC perl files attempt to load an old version of the > libpcsclite library, which is no longer installed by devel/pcsc-lite; > rendering this perl port pretty useless. The solution is simple: bump > the library version used in devel/p5-PCSC-Card/files/patch-PCSCperl.h > Change > dlopen("libpcsclite.so.0", RTLD_LAZY) > into > dlopen("libpcsclite.so.1", RTLD_LAZY) > > It would be nice if this could be committed to the FreeBSD port. I just committed this, with a twist - I see no point loading "libpcsclite.so.1" anymore than "libpcsclite.so.0". It looks like "libpcsclite.so" will work just as well, right? \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen