Hi, on one of my machines, googleearth crashes. An ldd /opt/googleearth/googleearth.bin | grep crypto shows that it tries to load both /usr/lib32/libcrypto.so.0.9.8 and /usr/lib32/libcrypto.so.1.0.0
On a different machine it only loads /usr/lib32/libcrypto.so.1.0.0 and does not crash. So, how can I find out the tree of dynamic libraries. Probably these dynamic libraries are not loaded directly but indirectly by some other dynamic library. Is there anything better than invoking ldd for each dynamic library which is loaded by an application to see how it got loaded? Many thanks for a hint, Helmut.