Date: Thu, 4 Oct 2007 20:30:26 +0200 From: Anton Berezin <tobez@tobez.org> To: Johan van Selst <johans@stack.nl> Cc: perl@freebsd.org Subject: Re: [patch] devel/p5-PCSC-Card loads wrong library Message-ID: <20071004183026.GB89900@heechee.tobez.org> In-Reply-To: <20070930094647.GA38288@mud.stack.nl> References: <20070930094647.GA38288@mud.stack.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071004183026.GB89900>