>>>>> "RT" == Rex Tsai <chihc...@kalug.linux.org.tw> writes: RT> You can try to remove LD_PRELOAD settings from /usr/bin/googleearth.
RT> It's kind of strange, since we all uses same version of library. There RT> is no debug symbols in google earth binary, and I can not reproduce RT> your problem on my machine. It's not easy to guess what's wrong of RT> your installation. Good heavens, dude. It worked! I could use Google Earth! diff -u /usr/bin/googleearth /home/jidanni/tmp/googleearth --- /usr/bin/googleearth 2010-11-17 19:52:36.000000000 +0800 +++ /home/jidanni/tmp/googleearth 2010-11-18 13:56:53.000000000 +0800 @@ -19,5 +19,5 @@ LD_PRELOAD=${GOOGLE_EARTH_LD_PRELOAD} fi export LD_PRELOAD - +unset LD_PRELOAD #jidanni /usr/lib/googleearth/googleearth-bin "$@" (This is still with my cd /usr/lib/googleearth/||exit 5 for qtlib in libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4 ; do ln ${qtlib}.moved.for.workaround ${qtlib} done links. Removing them of course won't work...) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org