Google Earth
Aus ConfigWiki
Version vom 1. Januar 2012, 17:42 Uhr von Netbreaker (Diskussion | Beiträge)
GoogleEarth 5 – Ubuntu 8.10
Nach der Installation von GoogleEarth 5 auf Ubuntu 8.10 bekommt man folgende Fehlermeldung:
googleearth-bin: relocation error: /usr/lib32/i686/cmov/libssl.so.0.9.8: symbol BIO_test_flags, version OPENSSL_0.9.8 not defined in file libcrypto.so.0.9.8 with link time reference
Lösung: Benennen Sie die “libcrypto.so.0.9.8″ in “orig-libcrypto.so.0.9.8″ im Installationsverzeichnis von GoogleEarth um:
<source lang="bash">
:~/$ mv google-earth/libcrypto.so.0.9.8 google-earth/orig-libcrypto.so.0.9.8
</source>