You can check the dependencies of *.so file by executing
ldd command like this
pre>>
% ldd foo.so
linux-gate.so.1 => (0xb7efe000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d7e000)
/lib/ld-linux.so.2 (0xb7eff000)
<<--
It's useful to attack problems regarding dlopen
posted by
takiuchi on Fri 12 Jun 2009 at 02:30 with 0 comments