• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Gelöst] SuSE 10.3 Googleearth 5.0(beta) Crash:

revealed

Guru
Hallo!

Ich dachte mir, ich könnte die BETA von googleearth 5 mal reinziehen und sie läuft auch solange man keinen 360 Grad Panorama anschaut.

Dann kommt:
Code:
disk@wild-thing:~> cat /home/disk/.xsession-errors | grep libssl
./googleearth-bin: symbol lookup error: /usr/lib/libssl.so.0.9.8: undefined symbol: EVP_camellia_128_cbc

Hat jemand Ideen? Oder kennt das gar?

Nochmal Betriebssystem ist OpenSuSE 10.3 32 Bit mit Kernel;
Code:
disk@wild-thing:~> uname -rio
2.6.22.19-0.2-default i386 GNU/Linux

Hier noch ein paar infos:
Code:
Google Earth
5.0.11337.1968 (beta)
Build-Datum
28. Jan. 2009
Build-Uhrzeit
3:39:00 nachmittags
Renderer
OpenGL
Betriebssystem
Linux (2.6.22.19)
Grafiktreiber
ATI Technologies Inc.
Max. Texturgröße
4096x4096
Server
kh.google.com

Vielen Dank!

Gruß,

R
 
OP
revealed

revealed

Guru
Entschuldigung ich habe die Lösung schon in einem Englischsprachigen Forum gefunden:

Code:
 It's an incompatibility between libcrypto provided by googleearth and libssl from opensuse.
I found this solution on WTF installing googleearth breaks ssh - openSUSE Forums

If you run googleearth from command line, you will see the message "symbol lookup error: /usr/lib/libssl.so.0.9.8: undefined symbol: EVP_camellia_128_cbc". I found the solution by googleing "EVP_camellia_128_cbc".

You just have to delete or rename /opt/google-erath/libcrypto.so.0.9.8 (path of a standard installation) to force google to use your opensuse library. And it works.

Enjoy...
Reply With Quote

Das heisst man solle die Datei libcrypto.so.0.9.8 im Verzeichnis von Googleearth, welches eine eigene mitbringt UMBENENNEN, damit googleearth dann gezwungener Weise die vom eigenen System verwendet.

Und tatsächlich googleearth schmiert nicht mehr ab, seit ich das gemacht habe!!!

Danke!

Grüße,

R

PS.: Sorry dass ich euch gleich mit der Lösung belästige.
 
Oben