python - How to find which shared libraries that a program linked to -


i have python script use opencv , other third party libraries. script needs shared library in folder /usr/local/lib run.

there many files such libhogweed.a or libpgtypes.dylib in folder /usr/local/lib

is there way can identify shared libraries script needs run?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -