[patch] devel/p5-PCSC-Card loads wrong library

Anton Berezin tobez at tobez.org
Thu Oct 4 11:30:28 PDT 2007


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


More information about the freebsd-perl mailing list