It worked! Thank you for your advice.
2013/12/4 Ludovic Rousseau
> You should NOT have libpcsclite.so.1 in /usr/local/lib unless you
> installed it by hand.
> Just remove it.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net
When execute the ldd command I have this output:
$ ldd /usr/bin/pcsc_scan
linux-vdso.so.1 => (0x7fffa45ff000)
libpcsclite.so.1 => /usr/local/lib/libpcsclite.so.1 (0x7f0d7d4de000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f0d7d11e000)
libpthread.so.0 => /lib/x86_64-linux-gnu/li
My solution was to change the soft links in '/usr/local/lib' with these
commands:
/usr/local/lib$ sudo ln -s /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
libpcsclite.so.1
/usr/local/lib$ sudo ln -s /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
libpcsclite.so
Now pcsc_scan detect the reader and work w