Programming way to list shared library dependency on linux -



Programming way to list shared library dependency on linux -

it's there programming way (system call?) list shared library dependency on linux? instead of using ldd ...

thanks in advance!

readelf -wa lib.so|grep needed

linux shared-libraries

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -