1) I need to compile pcscd and libccid.so in static mode, so they don't need any additional *.so file. Is it possible ? Which parameters must I use with configure ?
2) If you, like me, have the root filesystem mounted in a JFFS2 (I have it in an embedded flash), please remember to mount a ramfs in /var/run, because files in JFFS2 cannot be mmapped. 3) I think I discovered a light bug in pcsc-lite-1.3.1/src/eventhandler.c. It can be easily corrected in this way: 21d20 < #include <sys/mman.h> 80c79 < if (readerStates[i] == MAP_FAILED) --- > if (readerStates[i] == 0) -- The problem with computers is that they do what you tell them to do, not what you want them to do. _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
