|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ludovic Rousseau (ludovic.rousseau
gmail.com)
Date: Sat Aug 09 2008 - 02:46:13 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Aug 8, 2008 at 6:10 PM, Wesley Nugent <wnugent
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
_______________________________________________
Muscle mailing list
Muscle
lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]