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
Post a Comment