On 27/03/06, Engelbert Hubbers <[EMAIL PROTECTED]> wrote:
> Hi,

Hello,

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

SCardUnload is not in PC/SC API and has been removed from libpcsclite.

Just remove the line in OCFPCSC1.cpp and it should be fine. I just
made this modification in SVN changeset 1987.

Note that I do not maintain or even use ocfBridge software. Send me
patches if you want.

Thanks

--
 Dr. Ludovic Rousseau

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

Reply via email to