Hello,

Sorry I missed your bug report.

Le 16/04/12 22:13, Per Carlson a écrit :
Package: libccid
Version: 1.4.6-2
Severity: normal
File: ccid

I do have a reader + card supplied by the norwegian company Buypass.
When using a supplied java application it never get in contact with the
card/reader. The combo works fine under Windows.

As the reader (OmniKey 3021) is listed as "should work", I hoped it
would work under Debian as well.

The problem is not with the reader, driver or pcsc-lite.

The problem is with the Java JVM. Java is looking specifically for the file /usr/lib/libpcsclite.so

1. This file is not provided by the libpcsclite1 Debian package but libpcsclite-dev package 2. since version 1.8.3-1 of the pcsc-lite Debian packages the library has moved to somewhere else depending on the architecture.

What Java JRE are you using?

Is it a Debian package?


You are using an amd64 system so the file is /usr/lib/x86_64-linux-gnu/libpcsclite.so.1

You can try the following command:
$ cd /usr/lib
$ sudo ln -s /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 libpcsclite.so


See also Ubuntu bug 378294
https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/378294

Bye

--
 Dr. Ludovic Rousseau





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to