Re: Re: Re: Java library under Linux


[ Follow Ups ] [ BasicCard User Forum ]

Posted by jasons (80.229.37.157) on June 17, 2006 at 12:10:28:

In Reply to: Re: Re: Java library under Linux posted by juergenm on June 14, 2006 at 12:24:10:

Hi Juergen,

IT WORKED. That really helped. I did not have the file /usr/local/lib/libpcsclite.so.0

I copied my libpcsclite.so to libpcsclite.so.0
and the whole thing jumped into life. I will have to remember the ldd trick.

May be that ldd dependencies list would be useful in documentation.

Thanks again.

Jason Stapley

jason@p166:/usr/share/java$ ldd /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre/lib/i386/libZCPCSCIF.so
linux-gate.so.1 => (0xffffe000)
libpcsclite.so.0 => not found
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f26000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7e6c000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e4a000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d1b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7d11000)
/lib/ld-linux.so.2 (0x80000000




Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]