You'll need to setup LD_LIBRARY_PATH to point to ../lib (assuming that lib was 
installed).

to set it in "bash" (or bourne shell):

% LD_LIBRARY_PATH=../lib
% export LD_LIBRARY_PATH

And to check if everything is OK:

% ldd pcscserver

And all libraries should be linked correctly.

Danny

"Trey Henefield (IT Security Analyst)" wrote:

> "Trey Henefield (IT Security Analyst)" wrote:
>
> > I have a  SCM SmartSwap RSR3 reader using a cryptoflex 8K smart card.
> > I have drivers for this reader  in Linux wich use ct-api.  The version
> > of Linux i'm using is 6.2 (Zoot).  I have used the sample software
> > provided with the driver to test the reader for CT_init, Check ICC,
> > Reset CT, Eject CT, and CT_close.  All tests within this sample were
> > successful.
> > My question is how do I configure this reader for the pcsc-lite.0.5.5?
> >
> > Why do I only get pcscserver in the bin directory?
> >
> > Why does the default install not install rpc?
> >
> > The library included with my reader is in a ".a" format rather that
> > ".so", is this acceptable?
> >
> > When I attempt to execute pcscserver, i get a response stating, "
> > ./pcscserver: error in loading shared libraries: libpcsclite-core.so:
> > cannot open shared object file: No such file or directory".  So
> > according to this error, what am I missing?
> >
> > All help is much appreciated.
>
> ***************************************************************
> Linux Smart Card Developers - M.U.S.C.L.E.
> (Movement for the Use of Smart Cards in a Linux Environment)
> http://www.linuxnet.com/smartcard/index.html
> ***************************************************************

--
[EMAIL PROTECTED]  Smart Card Engineer, Schlumberger APC
TEL/FAX: +1 512-331-3727         8311 N RR 620, Austin, TX 78726  U.S.A.
Crypto-enabled Java Card at:  http://www.cyberflex.slb.com/


***************************************************************
Linux Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/smartcard/index.html
***************************************************************

Reply via email to