https://bugzilla.novell.com/show_bug.cgi?id=798644 https://bugzilla.novell.com/show_bug.cgi?id=798644#c15 --- Comment #15 from Stefan Dirsch <sndirsch@suse.com> 2013-01-17 09:57:14 UTC --- Honestly, I don't know, but did you read the full comment? [...] The segfault was traced down to reading one of the XML font files and the "culprit" was libexpat. The remedy was to rebuild expat-2.1.0.tar.gz with -Bsymbolic-functions passed along to the linker: LDFLAGS='-Wl,-Bsymbolic-functions' ./configure --prefix=/usr && make && make install Then I was able to use the stock, as-shipped Google Earth binaries and libraries with no other hacks at all. Evidently, there are some UTF and XML symbol clashes between libexpat.so.1 and GE's libbase.so libraries. By using -Bsymbolic-functions in libexpat, overridden symbols in the GE libbase.so shared library are ignored. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.