Le vendredi 19 septembre 2003 � 20:53:24, Joe a �crit:
> I'm writing a smart card program. It includes <musclecard.h> and is compiled:
> 
> gcc sctest.c -o sctest -lpthread -lpcsclite -lmusclecard
> 
> This works fine but when I run it I get the following error:
> 
> erro while loading shared libraries: libpcsclite.so.0:
> cannot open shared object file: No such file or directory.

Try 'ldd sctest'

I imagine libpcsclite.so.0 is not in a directory listed in
/etc/ld.so.conf

Bye,

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to