On 08/04/2015 01:02 PM, Wilhelm Köpper wrote:
Thanks Marco and Anton, but I am not an expert on opensuse and the stack trace is not really readable for me. Further thunderbird is not dynamically linked so ldd doesn't give any information.
/usr/bin/thunderbird just points to the shell script /usr/lib64/thunderbird/thunderbird.sh
And if you read that shell script ... It sets LD_LIBRARY_PATH=$MOZ_DIST_LIB${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} before invoking exec $MOZ_PROGRAM "$@" and previously we have MOZ_DIST_BIN="/usr" MOZ_DIST_LIB="/usr/lib64/thunderbird" MOZ_APPNAME="thunderbird" MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME-bin" so that endxs up being /usr/lib64/thundebird//thunderbird-bin which on my system is dynamically linked: /usr/lib64/thunderbird/thunderbird-bin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=f4b42a4357cda30b3181eed7af09781dd1cd93ff, stripped It *IS* dynamically linked but being stripped using the trace facility isn't that helpful. As I said in my previous message, my Thunderbird comes from http://download.opensuse.org/repositories/mozilla/openSUSE_13.1/ -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org