2013/4/3 Fabrice Dimitriou <[email protected]> > Having started pcscd with command /usr/sbin/pcscd -f –d**** > > ** ** > > The output of PCSCLITE_DEBUG=0 pcsc_scan is:**** > > ** ** > > [root@localhost ~]# PCSCLITE_DEBUG=0 pcsc_scan**** > > PC/SC device scanner**** > > V 1.4.16 (c) 2001-2009, Ludovic Rousseau <[email protected]>**** > > Compiled with PC/SC lite version: 1.5.2**** > > winscard_clnt.c:3773:SCardCheckDaemonAvailability() PCSC Not Running: > /var/run/pcscd.pub: No such file or directory >
pcsc_scan is using an old version of libpcsclite.so.1 The file pcscd.pud has been removed in pcsc-lite version 1.6.0. Output of ldd -r /usr/bin/pcsc_scan is:**** > > ** ** > > [root@localhost run]# ldd -r /usr/bin/pcsc_scan**** > > linux-gate.so.1 => (0x00f9e000)**** > > libpcsclite.so.1 => /usr/lib/libpcsclite.so.1 (0x00653000)**** > > libc.so.6 => /lib/libc.so.6 (0x00469000)**** > > libdl.so.2 => /lib/libdl.so.2 (0x005e4000)**** > > libpthread.so.0 => /lib/libpthread.so.0 (0x005eb000)**** > > /lib/ld-linux.so.2 (0x00447000)**** > > Remove /usr/lib/libpcsclite.so.1 and install pcsc-lite again. Bye -- Dr. Ludovic Rousseau
_______________________________________________ Muscle mailing list [email protected] http://lists.musclecard.com/mailman/listinfo/muscle_lists.musclecard.com
