On 03/08/05, Erik Tennison <[EMAIL PROTECTED]> wrote:
> Hi,

Hello,

> When I run the "./configure" script to install the
> ccid-0.9.3 driver I get the following error,
> 
> checking for libpcsclite >= 1.2.9-beta5... yes
> checking PCSC_CFLAGS... -pthread
> -I/usr/local/pcsc/include/PCSC
> checking PCSC_LIBS... -L/usr/local/pcsc/lib -lpcsclite
> checking for ifdhandler.h... yes
> checking for SCardEstablishContext in -lpcsclite... no
> configure: error: SCardEstablishContext() not found,
> install pcsc-lite 1.2.9-beta5 or later,or use
> LDLIBS=... ./configure
> [EMAIL PROTECTED] ccid-0.9.3]#
> 
> I have set my LDLIBS path to,
> LDLIBS=/usr/local/lib/:/usr/local/pcsc/lib:/usr/lib
> 
> Also I have verified that my pcsc pkgconfig path is
> set to,
> PKG_CONFIG_PATH=/usr/local/pcsc/lib/pkgconfig/
> 
> Can anyone please shed light on what I'm doing wrong
> or what other compilation variables need to be set?

Your pcsc-lite installtation if found but the sample code can't be compiled.

You should have more error messages in the config.log file.

You can also try to use:
$ LDFLAGS=-pthread ./configure
Tell me if that worked.

Bye,

-- 
 Dr. Ludovic Rousseau
 For private mail use [EMAIL PROTECTED] and not "big brother" Google

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to