Google Earth 5.0 - Warning: Unable to create prefs directory
Dica publicada em Linux / Miscelânea
Google Earth 5.0 - Warning: Unable to create prefs directory
Se você instalou o Google Earth 5.0, pode ter recebido a mensagem de erro:
Warning: Unable to create prefs directory '/root/.googleearth'. Arquivo existe.
./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
Para resolver precisamos mudar o nome do arquivo libcrypto.so.0.9.8. Ex.: libcrypto.so.0.9.8.bak. O diretório padrão de instalação é /opt/google-earth. Faça assim:
# cd /opt/google-earth
# mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.bak
Espero que ajude até sair uma solução por parte da Google...
Warning: Unable to create prefs directory '/root/.googleearth'. Arquivo existe.
./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
Para resolver precisamos mudar o nome do arquivo libcrypto.so.0.9.8. Ex.: libcrypto.so.0.9.8.bak. O diretório padrão de instalação é /opt/google-earth. Faça assim:
# cd /opt/google-earth
# mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.bak
Espero que ajude até sair uma solução por parte da Google...