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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -