Closed stoege closed 4 months ago
pcsc-lite does NOT support macOS. Apple provides its own version of PC/SC on macOS.
I have no idea why Homebrew provides a pcsc-lite build.
thank you for your answer, Ludovic.
If you really want to build pcsc-lite on macOS you should install autoconf-archive
and run bootstrap
again.
Also you should use meson now https://blog.apdu.fr/posts/2024/05/pcsc-lite-now-uses-meson-build-tool/
Versions
smart card reader driver name and version -> not yet working, OMNIKEY 3121
pcsc-lite version -> pcsc-lite 2.2.3, installed via 'brew install pcsc-lite'
% pcscd --version pcsc-lite version 2.2.3 Copyright (C) 1999-2002 by David Corcoran corcoran@musclecard.com. Copyright (C) 2001-2024 by Ludovic Rousseau ludovic.rousseau@free.fr. Copyright (C) 2003-2004 by Damien Sauveron sauveron@labri.fr. Report bugs to pcsclite-muscle@lists.infradead.org. Enabled features: USB serial MacOS aarch64 ipcdir=/opt/homebrew/var/run usbdropdir=/usr/lib/pcsc/drivers serialconfdir=/etc/reader.conf.d MAX_READERNAME: 128, PCSCLITE_MAX_READERS_CONTEXTS: 16
Platform
Issue
What do you do? try to compile the software
What result do you expect? working binary
What result do you get instead? build errors
Build Log
thank you