I already tested pcsc-lite-libs+OpenCT+OpenSC
Why do you need pcsc-lite-libs?
Spotters badge!
Executing "rpm -qRp" on the newly-built package gives me
"pcsc-lite-libs(x86-64)" so, naturally, I assumed that was needed (the
package contains two .so files, so not much of a difference
`./configure --with-pcsclite` disables support for PCSC-Lite.
This problem can be fixed by making [ with_pcsclite=no ] fourth argument of
AC_ARG_WITH (with
empty third argument), or by removing it.
--
Arfrever Frehtes Taifersar Arahesis
--- configure.in
+++ configure.in
@@ -166,8 +166,7 @@
#
Hello,
I just implemented a new feature in pcsc-lite: card auto power on and off
I describe the mechanism in an article [1] on my blog.
Play with the new code, break it and report bugs :-)
Bye
[1] http://ludovicrousseau.blogspot.com/2010/10/card-auto-power-on-and-off.html
--
Dr. Ludovic Rous