I still had a problem with pcsc-lite 1.1.2b5 for MacOS X 10.2 and found a
work around. I did not have time to do the investigation until yesterday.

The pcscd was crashing near the CFStringGetSystemEncoding() because I am
using it on Japanese MacOS X. If I switched to the English system, the
problem is gone. Probably the fix in the source code is easy but I have not
done it yet.

--
Akira NONAKA
SmartCard Engineer
Card Technical Group
Telecom BU
Gemplus Japan
Tel: +81-3-3238-8698



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen M. Webb
Sent: Tuesday, June 10, 2003 10:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [Muscle] pcsc-lite 1.1.2b5 on MacOS X 10.2?


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

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

Reply via email to