[Muscle] PCSCD Not reading Smart Card
Ludovic Rousseau
ludovic.rousseau at gmail.com
Sat Aug 9 00:46:13 PDT 2008
On Fri, Aug 8, 2008 at 6:10 PM, Wesley Nugent <wnugent at abcsinc.com> wrote:
> Ok, I went back to a copy of the image I'm using for development to before I
> started working on the smart card (I had installed and uninstalled via apt
> many packages and couldn't ensure all were gone). I downloaded the source
> code and recompiled.
>
> Now I get winscard_clnt.c:3232:SCardCheckDaemonAvailablity() PCSC Not
> Running, and yet I can clearly see /usr/local/sbin/pcscd running in ps -ef
> and showing the debug info in the foreground on my console.
>
> Please advise what flag I may have missed or startup option to get it to run
> in daemon mode.
Your application is using /usr/lib/libpcsclite.so but the newly
compiled pcsc-lite installed the lib in /usr/local/lib/libpcsclite.so
If you use .deb packages you should backport the Debian/testing
package of pcsclite 1.4.102 and then only use .deb packages on your
system.
If you really want to configure by hand the Debian package is configured as:
./configure \
--sysconfdir=/etc \
--prefix=/usr \
--enable-usbdropdir=/usr/lib/pcsc/drivers
Bye
--
Dr. Ludovic Rousseau
More information about the Muscle
mailing list