[Bug 1883] [IcedTea7] Fallback on dlopen rather than throwing an exception when searching for libpcsclite

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Aug 5 12:32:50 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1883

Severin Gehwolf <sgehwolf at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sgehwolf at redhat.com

--- Comment #1 from Severin Gehwolf <sgehwolf at redhat.com> ---
(In reply to Andrew John Hughes from comment #0)
> This causes it not to be found on platforms where
> it is actually available, including those which have linked the library at
> compile-time and don't even need to find it.

Speaking of using system libpcsc: In that case we should not need the
getLibraryName() and initialize() calls in PlatformPCSC.java. This is the real
problem in that case. It would throw IOException(". Perhaps we could patch
PlatformPCSC.java if SYSTEM_PCSC is set to true?

As for the in-tree version usage. Perhaps we could patch PlatformPCSC.java so
as to account for /usr/lib{,32} directories too. I.e. if /usr/lib32 exists, use
that. If it does not use /usr/lib.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140805/ea3a7f47/attachment.html>


More information about the distro-pkg-dev mailing list