[Bug 1883] New: [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
Fri Jul 25 16:05:50 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1883
Bug ID: 1883
Summary: [IcedTea7] Fallback on dlopen rather than throwing an
exception when searching for libpcsclite
Product: IcedTea
Version: 7-hg
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
PlatformPCSC.java throws an exception if it can't find libpcsclite.so on one of
three hardcoded paths. 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.
We should instead fall back on the name of the library "libpcsclite.so.1",
which will then allow dlopen to do the search.
https://bazaar.launchpad.net/~openjdk/openjdk/openjdk7/revision/563
--
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/20140725/f39a56b1/attachment.html>
More information about the distro-pkg-dev
mailing list