/lib64/libcurl.so.4: no version information available
Closed this issue · 3 comments
bam80 commented
Can't run downloaded lpac release:
$ ./lpac
lpac: /lib64/libcurl.so.4: no version information available (required by Downloads/lpac-linux-x86_64/lpac)
SCardListReaders() failed: 8010002E
APDU driver init failed
$
Fedora Linux 40
CoelacanthusHex commented
Check whether your card reader is connected correctly. PC/SC said SCARD_E_NO_READERS_AVAILABLE (8010002E).
bam80 commented
I don't have a card reader.
The error itself is unrelated to the card reader - if I compile myself, it's gone:
$ ./output/lpac
SCardListReaders() failed: 8010002E
APDU driver init failed
CoelacanthusHex commented
lpac: /lib64/libcurl.so.4: no version information available (required by Downloads/lpac-linux-x86_64/lpac)
is not an error but a warning. That's because your distro compiles curl without version symbol. It shouldn't cause any issue because the curl has stable ABI