Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2007 11:46:47 +0200
From:      Johan van Selst <johans@stack.nl>
To:        perl@freebsd.org
Subject:   [patch] devel/p5-PCSC-Card loads wrong library
Message-ID:  <20070930094647.GA38288@mud.stack.nl>

next in thread | raw e-mail | index | archive | help

--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--wRRV7LY7NUeQGEoC
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----

iD8DBQFG/3CHaOElK32lxTsRCDAEAJ9KCmEhT5MpSWNc9T427j0jjAhc7gCgpW6W
7HXCroNKMh5XUPDDtZB3cdE=
=8S4Q
-----END PGP SIGNATURE-----

--wRRV7LY7NUeQGEoC--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070930094647.GA38288>