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

Johan van Selst johans at stack.nl
Sun Sep 30 02:46:51 PDT 2007


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.


Ciao,
Johan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 155 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20070930/62ac0da8/attachment.pgp


More information about the freebsd-perl mailing list