Hi,

I'm trying to get my old Java smart card programs working again under x86_64 Fedora Core 5.

I have installed pcsc-lite-1.3.0 and ccid-1.0.0 with yum.
Furthermore I took the ocfBridge from the SVN repository.

Compiling of the bridge works fine. However when running my Java program I get the following error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/java/jdk1.5.0_06/jre/lib/amd64/libOCFPCSC1.so: /usr/java/jdk1.5.0_06/jre/lib/amd64/libOCFPCSC1.so: undefined symbol: SCardUnload

If I do a 'strings libpcsclite.so.1 | grep SCardUnload' I get no results. Is this the place where this symbol should have turned up?
Or is it only defined in libOCFPCSC1.so?

Fyi: I also tried it with compiling pcsc-lite from the same SVN sources as the ocfBridge. (After removing the yum-packages.) This leads to the same error message.

Does anyone know what I'm doing wrong here?

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

Reply via email to