Hello, The reason testpcsc is not working is that libpcsclite.so is not in your library path. try and export LD_LIBRARY_PATH=/usr/local/pcsc/drivers or editing you /etc/ld.so.conf and running ldconfig
Dave On Mon, 8 Oct 2001, Ruben Recabarren wrote: > > Hello, > I am having trouble compiling this. When making out of the archive, I get: > > debug.h:29: badly punctuated parameter list in `#define' > > if I uncomment the -DDEBUG in the Makefile I get: > > ifdhandler.c: In function `IFDHTransmitToICC': > ifdhandler.c:1024: `response' undeclared (first use in this function) > ifdhandler.c:1024: (Each undeclared identifier is reported only once > ifdhandler.c:1024: for each function it appears in.) > > and make dep says nothing is missing... > > I uncompressed the bundle under the /usr/local/pcsc/drivers/ dir, however > I had to create it, because /usr/local/pcsc did not exist... > > I have installed PCSCLite latest, running as a daemon, under RedHat 6.2 > BTW I tried to run the testpcsc program that comes with the PCSCLite and > got: > > ./testpcsc: error in loading shared libraries: libpcsclite.so.0: cannot > open shared object file: No such file or director > > Could these errors be related? I didnt install any reader drivers so I > thought that was the reason I was not getting the testpcsc program > working, but when I tryed to build the driver for the gemplus 410 readers > I ran into the first problem... > > any help would be greatly appreciated. > > thanks in advance, > Ruben. > > On Tue, 2 Oct 2001, David Corcoran wrote: > > > Hello, > > > > I'm pleased to announce a new driver for the Gemplus 410 line of serial > > readers which works with all 410 readers. It can be downloaded version > > 2.4.0 from the website. This fixes some earlier bugs and integrates both > > old and new firmware and also the ability to use EMV mode. > > > > I'm also pleased to announce an update to the Schlumberger Reflex 72 > > driver. Traditionally this driver did not work with the Cyberflex card. > > This update fixes this. It can also be downloaded version 1.1.0 from the > > website. > > > > Dave > > > > *************************************************************** > > Unix Smart Card Developers - M.U.S.C.L.E. > > (Movement for the Use of Smart Cards in a Linux Environment) > > http://www.linuxnet.com/ > > To unsubscribe send an email to [EMAIL PROTECTED] with > > unsubscribe sclinux > > *************************************************************** > > > > *************************************************************** > Unix Smart Card Developers - M.U.S.C.L.E. > (Movement for the Use of Smart Cards in a Linux Environment) > http://www.linuxnet.com/ > To unsubscribe send an email to [EMAIL PROTECTED] with > unsubscribe sclinux > *************************************************************** > *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
