2016-03-12 10:21 GMT+01:00 Narcis Garcia <[email protected]>: > Hello, I'm trying to check why this supported device does not work with > an Ubuntu 14.04. > Trying to perform the recommended check, I get a strange dependency > requirement: > > $ aptitude show libccid | grep -E '(Version:|State:)' > State: installed > Version: 1.4.15-1 > $ aptitude show libpcsclite1 | grep -E '(Version:|State:)' > State: installed > Version: 1.8.10-1ubuntu1 > $ wget > https://alioth.debian.org/frs/download.php/latestzip/112/ccid-latest.zip > $ unzip ccid-latest.zip > $ tar xjvf ccid-*.tar.bz2 > $ cd ccid-* > $ ./configure > ccid-1.4.22/ > ccid-1.4.22/NEWS > (...) > checking for ifdhandler.h... no > configure: error: install pcsc-lite 1.8.3 or later, or use ./configure > PCSC_CFLAGS=... > > > What can I do to this last script detects libpcsclite1 1.8.10 ? > (tested with ccid 1.4.15 too) >
Install the package libpcsclite-dev Bye -- Dr. Ludovic Rousseau
_______________________________________________ Pcsclite-muscle mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pcsclite-muscle
