Ticket #113 (new defect)

Opened 2 years ago

Last modified 6 months ago

Receive error when using opensc-pkcs11.dll

Reported by: labingdaga Owned by: opensc-devel@…
Priority: low Milestone:
Component: build_win32 Version: 0.11.1
Severity: normal Keywords: bogus
Cc: trevor.ratliff.ctr@…

Description

I'm trying to write a stand alone application to read certain information from a GemPlus? GXP3 64V2N smart card into a database. I'm using a python wrapper to call a pkcs#11 library (the opensc-pkcs11.dll in this case). As the python wrapper opens the library I get this error

'ordinal 3245 could not be located in the dynamic link library LIBEAY32.dll'

Am I getting this error because the card I am using is not supported in your library, or is there another reason for it?

Attachments

opensc_logs.txt (16.5 kB) - added by labingdaga 2 years ago.
errors I have been receiving from opensc-tool.exe

Change History

Changed 2 years ago by martin

  • keywords bogus added; pkcs#11 error removed
  • priority changed from high to low
  • component changed from pkcs11 to build_win32
  • severity changed from blocker to normal
  • milestone 0.11.2 deleted

This seems like a DLL conflict or something similar. Certainly this is not a propblem of opensc as such (as the module is used without problems on windows)

I don't know about the wrapper, but maybe you have linked the wrapper against a different openssl library and thus get a conflict somewhere. LIBEAY32.dll is a file from OpenSSL, so look into openssl problems or differences somewhere.

Also polease post the SCB version or opensc version if built from source.

Changed 2 years ago by labingdaga

errors I have been receiving from opensc-tool.exe

Changed 2 years ago by labingdaga

I've also tried just using the opensc-tool.exe to list the information from my card and I got the errors listed in the attached file 'opensc_logs.txt'.

Do you have any clue as to what I can do to make this tool work?

Changed 6 months ago by airforce1

Note: See TracTickets for help on using tickets.