Re: pcsc-lite-1.8.17 on solaris system
Ivo Raisr <[email protected]> Tue, 2 Aug 2016 19:08:38 +0200
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <[email protected]> |
On 2.8.2016 19:03, Greg Barry wrote: > The 02-configfile.c.patch worked > I was able to compile and install pcsc-lite .. thanks > > Now trying to compile and install ccid-1.4.24 > the ./configure is erroring with: > > . > . > . > checking for pkg-config... /bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for PCSC... no Well, that's obvious - check for PCSC fails. You need to install pcsc in a well known location or instruct ccid's configure to look where you installed pcsc. I assume README/INSTALL for ccid covers that. I.