Ich habe gerade mal Google Earth 5.0 unter Debian Lenny 64 Bit ausprobiert und es wollte nicht so ohne weiteres laufen:
./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
Man behilft sich einfach damit, das man die statische libcrypto (im google-earth Verzeichnis) löscht und auf die systemweite dynamische (32-bittige) libcrypto verlinkt:
ln -s /usr/lib32/libcrypto.so.0.9.8 ./google-earth/libcrypto.so.0.9.8
Dann funktionierts!