Google Earth
Aus ConfigWiki
(Unterschied zwischen Versionen)
(→GoogleEarth 5 – Ubuntu 8.10) |
|||
Zeile 14: | Zeile 14: | ||
im Installationsverzeichnis von GoogleEarth um: | im Installationsverzeichnis von GoogleEarth um: | ||
+ | <source lang="bash"> | ||
:~/$ mv google-earth/libcrypto.so.0.9.8 | :~/$ mv google-earth/libcrypto.so.0.9.8 | ||
google-earth/orig-libcrypto.so.0.9.8 | google-earth/orig-libcrypto.so.0.9.8 | ||
+ | </source> |
Version vom 27. Dezember 2011, 09:45 Uhr
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>