Trouvé sur un blog :
http://www.google.com/support/forum/p/earth/thread?tid=7b1b524777b9b982&hl=en
===================
There's a workaround that seems to work for me. Just rename/delete the libcrypto that ships with Google Earth and create a symlink to the one installed in the system.
~/google-earth$ ln -s /usr/lib/libcrypto.so libcrypto.so.0.9.8
====================
Autrement dit, on a dans le répertoire d'install de GE:
- une lib crypto a mettre de côté : renommage (xxxx /google-earth$ mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.ge)
- à pointer en lieu et place vers la lib système : lien (xxx/google-earth$ ln -s /usr/lib/i686/cmov/libcrypto.so.0.9.8 .)
Ce qui donne :
xxx/google-earth$ ls -l *crypto*
lrwxrwxrwx libcrypto.so.0.9.8 -> /usr/lib/i686/cmov/libcrypto.so.0.9.8
-rwxr-xr-x libcrypto.so.0.9.8.ge
Google Earth 5.0.11337.1968 (beta) - Date de la version 28 janv. 2009
Kikvoufo l'a fait.