Re: Re: Java library under Linux


[ Follow Ups ] [ BasicCard User Forum ]

Posted by juergenm (217.87.8.182) on June 14, 2006 at 12:24:10:

In Reply to: Re: Java library under Linux posted by zeitcontrol on June 14, 2006 at 11:54:32:

Additional notes:

to check what other libraries are needed for a certain library you should use ldd.

ldd ./libZCPCSCIF.so

should show something like,

linux-gate.so.1 => (0xffffe000)
libpcsclite.so.0 => /usr/local/lib/libpcsclite.so.0 (0x4001d000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40026000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40036000)
libm.so.6 => /lib/tls/libm.so.6 (0x400f6000)
libc.so.6 => /lib/tls/libc.so.6 (0x40119000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40261000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

with ldd -v more information about the internal dependencies are given.

greetings
Juergen Mengeling
ZeitControl cardsystems GmbH


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]