Checking other shared libraries references by a library currently (Note: relies on your LD_LIBRARY_PATH):
ldd /path/to/lib.so
Checking symbols exported by a library:
nm -D /path/to/lib.so
Refs:
Checking other shared libraries references by a library currently (Note: relies on your LD_LIBRARY_PATH):
ldd /path/to/lib.so
Checking symbols exported by a library:
nm -D /path/to/lib.so
Refs: