How to install Google Earth 5.0 on Ubuntu 8.10

March 10th, 2009 by alpho2k | Print How to install Google Earth 5.0 on Ubuntu 8.10

googleearth_logo
[ad#Widgetbucks]
What is Google Earth?

According to Wikipedia, Google Earth is a virtual globe, map and geographic information program that was originally called Earth Viewer, and was created by Keyhole, Inc, a company acquired by Google in 2004. It maps the Earth by the superimposition of images obtained from satellite imagery, aerial photography and GIS 3D globe. It is available under three different licenses: Google Earth, a free version with limited functionality; Google Earth Plus (discontinued), which included additional features; and Google Earth Pro ($400 per year), which is intended for commercial use.

What’s new in Google Earth 5.0?

Here is a short video on youtube that explain it :


Installation

Google Earth is not available by default in the Ubuntu repositories and versions available in the Medibuntu repository are 4.2 and 4.3. So, we need to install the 5.0.11337.1968 version manually.

First, we must download the software as follows:

wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin

Then, we execute the installation :

sh GoogleEarthLinux.bin

A window should open, simply select “Begin installation”.

googleearth_installationen

Once completed, a shortcut should be created in “Internet”.

googleearth_menu
[ad#Adsense]

For my part, I had an issue when launching the application :

./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

To correct this problem, we just need to remove the libcrypto.so.0.9.8 of the Google Earth directory. Instead of removing it, we will just rename it :

cd ~/google-earth
mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.old

Have a good use of Google Earth 5.0!

Related Posts

,

 

17 Comments For This Post

  1. Kristo Says:

    Yes… good hint !

  2. mt Says:

    it also helped to delete/rename the qt4 libs. so i have a anti-aliased version of google earth. thanks for the tipp with libssl

  3. Paul Crawford Says:

    Good to see it works, however, there are two minor problems / issues:

    1) You don’t need to sudo the mv command as all of Google Earth is installed with your user account ownership (which is a good thing).

    2) While it works as you show, there is no /usr/lib/libcrypto.so in the system! The closest is /usr/lib/libcrypt.so or there is /usr/lib/libcrypto.so.0.9.8 to choose from. Either one works, as doesn simply moving the orignal file out and having none!

    Why the Google-supplied one crashes, but having no library actually works, is beyond me. Also I found the print to PDF is broken, but Alt+Print Screen works to get an image for printing.

  4. alpho2k Says:

    Hi,

    thansk for your comment.

    For the first thing, I corrected the tutorial. What you said is true. There is no need to be root to move a file in our user acouunt.

    For libcrypto, I didn’t realise that I didn’t have this file in my system! I found this trick on another web site and it was working. So I thought that I had it.

    Thanks

  5. Kitty Says:

    Thank you so very much for this info. I was going crazy and even uninstalled Ubuntu. Thought there was something wrorng. Being a “Newbe”, I didn’t know what else to do! This fixed everything!!!

    Thanks again

  6. Brian Says:

    Well it worked even the rename but I do not have a short-cut in Internet for some reason it is on my desktop now how to do get into the Internet

    But it works that is main thing

    Thanks

  7. Aaron Says:

    When I finished installing it, I opened it up and the box continues to flicker on and off and won’t stop.

    I’m wondering if there is a solution to this problem, because I would like to use Earth without a constant flickering screen.

    Any help here?

    Thanks

  8. Jim Says:

    Hello, I tried installing google earth 5 beta on my 64bit laptop. No go. At first it was crashing right away, but then when I deleted the file as you describe above, it does not crash. However, it still does not work – the graphics are bad. I noticed in the installation I got errors with this

    wrong ELF class

    I have been trying to find how to tell google earth to use 32 bit instead of 64 bit, with no luck. Any suggestions?

    Cheers.

  9. alpho2k Says:

    To Aaron : Sorry, I have no idea :(

    To Jim : I have no idea also. Did you check this problem on google?

  10. Aaron Says:

    I think I figured it out.
    If I disable the desktop effects, then it works fine, no flickering(I have to do this to watch movies with Totem too, as it will flicker as well).

    If anyone has a solution for how to use Totem or Google Earth 5 without having to keep disabling the desktop effects, please post it!!!

    Thanks.

  11. irman Says:

    work fine for me thanks

  12. X Says:

    Hi, 10x for the tutorial , but how to remove Google Earth 5.0.
    I tried with sudo apt-get remove –purge GoogleEarthLinux.bin, but unsuccefully.
    Please help=

  13. alpho2k Says:

    Hi,

    you just need to run the uninstall script in the google earth folder like this :

    sh ~/google-earth/uninstall
    
  14. Uri Says:

    hi all,
    I installed the google 5 and right after start up my screen becomes like a broken mosaic. Any body has an idea?
    Tnx.
    Uri.

  15. Vi Says:

    Thank You! It working well!

  16. sez Says:

    it still does not work for me, i did everything on the tutorial. but still cannot open google-earth, are there any suggestions?

    can it be just an issue of ati graphics card? or else? :/

  17. Machiavelli Says:

    Thanks a bunch!

Leave a Reply

Live Comment Preview

 
WordPress Loves AJAX