When executing "beid-tool -n" with a card inserted, this is the
output:

  libpcsclite.so: cannot open shared object file: No such file or directory
  Connecting to card in reader CCID Compatible...
  Session management error: Authentication Rejected, reason : None of
    the authentication protocols specified are supported and host-based
    authentication failed
  Segmentation fault


This is the installation history:

  To install driver and middleware:

  $ aptitude install libgempc430 beidgui
  
  To test:

  $ beid-tool -n
  libpcsclite.so: cannot open shared object file: No such file or directory
  Error: can't open /var/run/openct/status: No such file or directory
  Error: can't open /var/run/openct/status: No such file or directory
  Error: can't open /var/run/openct/status: No such file or directory

  To get rid of all the missing /var/run/openct/status file errors, I
  ran:
 
  $ aptitude install openct

  The "libpcsclite.so: cannot open shared object file..." error still
  occurs.  That file does not seem to exist on the system.  However,
  the file libpcsclite.so.1 exists (in /usr/lib).  So I tried:

  $ LD_LIBRARY_PATH=/usr/lib

  Did not fix it.  Although I'm not surprized considering the file
  name differs a little.  

  What exactly does this error mean?

    libpcsclite.so: cannot open shared object file: No such file or
    directory

  My knee-jerk thought is that "libpcsclite.so" is missing, however,
  the left hand side of the first colon usually specifies the process
  that is actually *reporting* the error.  So the libpcsclite.so
  library is up and running, but it's looking for some file that it
  cannot find.  Is that correct?

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

Reply via email to