Finding dependencies of a compiled library on Unix?

Basically I have libraries that don't show up on "ldd" for "yyy. So" and give me "can't find xxx" when I load "yyy.So" using "import yyy" in Python, but this error is fixed if I either remove the import, or put those libs into LD_LIBRARY_PATH location – Yaroslav Bulatov Jul 1 '11 at 22:37 ldd can't tell you what the binary loads via dl*(). You'd have to write a library that hooks them.

– Ignacio Vazquez-Abrams Jul 2 '11 at 1:44.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions