On June 10, 2003 12:51 am, Akira NONAKA wrote:
> Hi,
>
> Are there patch and/or port of pcsc-lite 1.1.2b5 for MacOS X 10.2?
>
> I could build pcscd but I am getting runtime error.

The interprocess communication stuff moved some time between the first and 
fifth beta releases of 1.1.2, so pcscd 1.1.2b5 is no longer backwards 
compatible with software built with any earlier releases of pcsc-lite, 
including IFDs and applications, and including any software from Apple.

All you should need to do to get it to work is modifiy pcsclite.h to reset the 
following defines.

#define PCSCLITE_IPC_DIR                "/var/run/" --> "/tmp/pcsc"

#define PCSCLITE_PUBSHM_FILE PCSCLITE_IPC_DIR "/pcscd.pub"      --> ".pcscpub"
#define PCSCLITE_CSOCK_NAME PCSCLITE_IPC_DIR "/pcscd.comm" --> ".pcscomm"

Either that, or rebuild everything completely.

Tested on Mac OS X 10.2.6.

-- 
Stephen M. Webb

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to