Friday, March 27, 2009

GoogleEarth problem in Linux

With googleearth 5.0.11337.1968 (beta), if you get the following error in Ubunutu Interpid :

googleearth-bin: relocation error: /usr/lib/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

Do the following :
In the install dir :
sudo mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.old
sudo ln -s /usr/lib/libcrypto.so libcrypto.so.0.9.8

No comments:

Post a Comment