2010/3/15  <[email protected]>:
> 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

And you have a nice "Segmentation fault" here.

> 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?

It looks like a bug in beidgui.
A program should not use libpcsclite.so directly but libpcsclite.so.1 instead.

I tried beidgui on my Debian system and I can't reproduce your problem.
I used the version from lenny (stable):

$ apt-cache policy beidgui
beidgui:
  Installé : 2.6.0-6
  Candidat : 2.6.0-6
 Table de version :
     2.6.0-7.2 0
         50 http://ftp.fr.debian.org sid/main Packages
 *** 2.6.0-6 0
        990 http://ftp.fr.debian.org lenny/main Packages
        100 /var/lib/dpkg/status

Bye

-- 
 Dr. Ludovic Rousseau

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

Reply via email to