Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Hardy x86_64 Howto - Install googleearth-4.3

  1. #1
    Join Date
    May 2005
    Location
    Auckland, New Zealand
    Beans
    223

    Lightbulb Hardy x86_64 Howto - Install googleearth-4.3

    According to Google Earth Help forum member alexsid, Hardy Heron broke 32-bit support for DNS on 64-bit system. This means that all 32-bit apps have problems with DNS resolution and with regard to Google Earth, you get a warning prompt on start-up similar to the following:

    Google Earth detected an error while trying to authenticate. Please
    check the following:
    - your network connection (can you get to www.google.com?)
    - your firewall settings (are you blocking /home/username/google-
    earth/
    googleearth-bin?)
    Error code: 29
    For more information, visit:


    So here's how i installed Google Earth and got everything working great:

    1) Add the Medibuntu repository;
    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
    Code:
    sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
    2) Install Google Earth;
    Code:
    sudo apt-get install googleearth-4.3
    3) Fix 32-bit DNS support on x86_64 Hardy.
    Code:
    sudo apt-get install lib32nss-mdns
    To launch Google Earth;
    Code:
    googleearth
    Alternatively, navigate to the Applications menu -> Internet -> Google Earth

    Hope that helps some people!

  2. #2
    Join Date
    Sep 2007
    Beans
    15

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    Hi MM
    I followed your instructions - the installation went OK and I don't get this error massage. But still I don't see earth - just black screen with white dots.
    Am I missing something?

  3. #3
    Join Date
    Feb 2008
    Beans
    3

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    Well it's not working for me too. Is it because of the Wubi install?

  4. #4
    Join Date
    Jun 2007
    Location
    In My BIOS
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Red face Re: Hardy x86_64 Howto - Install googleearth-4.3

    Manually installing Google Earth, from as below, have encounteredthis in terminal mode after getting to NOTE:1.

    name@machine:~$ sudo apt-get install lib32nss-mdns
    [sudo] password for name:
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.


    What do I do now? As there 5 packages avaiable for update and the
    “updater reports”

    “Another process is using the packaging system database (probably some other Adept application or apt-get or aptitude).”

    Would you like to attempt ot resolve this problem? No will enter read-only mode and Cancel to quit and resolve this issue yourself.”
    WHAT THE........ ???


    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
    Code:
    sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
    2) Install Google Earth;
    Code:
    sudo apt-get install googleearth-4.3

    NOTE:1. sudo apt-get install googleearth-4.3 finished with OK(could NOT click on OK so used the enter key,....waited ... no change ...... closed the current terminal window, launched a new one, and tried below in a new terminal window)
    Unable to run.“Another process is using the packaging system database (probably some other Adept application or apt-get or aptitude).”


    3) Fix 32-bit DNS support on x86_64 Hardy.
    Code:
    sudo apt-get install lib32nss-mdns
    To launch Google Earth;
    Code:
    googleearth
    Alternatively, navigate to the Applications menu -> Internet -> Google Earth Hope that helps some people!
    Firefox-2 install went fine using Adept Manager.
    So did Skype using terminal using,
    sudo apt-get install ia32-libs lib32asound2; wget -O skype-install.deb http://www.skype.com/go/getskype-linux-ubuntu; sudo dpkg -i --force-all skype-install.deb;



    So far 8.04 on an amd 3200+ with a nvida 6800Gt, on agigabyte motherboard and a sata 320 gig has run beutifully. Will be going on 2 others as soon as google earth runs and updates are restored.

    Thanks to all involved.
    Ubuntu User 28375. Ubuntu, Kubuntu, XPpro x5, Multi boot x7 Boxes.Still a beginer.

  5. #5
    Join Date
    May 2005
    Location
    Auckland, New Zealand
    Beans
    223

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    Quote Originally Posted by shayke View Post
    Hi MM
    I followed your instructions - the installation went OK and I don't get this error massage. But still I don't see earth - just black screen with white dots.
    Am I missing something?
    hmmm, i have seen it take a while before the earth is displayed... but i've just left it and it has appeared finally. It may be something to do with having to download some data from google which is taking a while (but thats just speculation).

    Otherwise i dont really have any ideas.

  6. #6
    Join Date
    Jun 2007
    Location
    In My BIOS
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Wink Re: Hardy x86_64 Howto - Install googleearth-4.3

    Thanks to a posting in beginners forum, this was corrected by
    1. Make sure adept manger and all other down load program/terminal commands are shut/NOT running, then in terminal -run

    sudo dpkg --configure -a
    2. Then had 5 auto updates which could be loaded. One of which was the EULA for Google Earth. Proceeded as per instructions (ie: agreed to EULA). Google Earth runs, it has requested updated drivers for 6800GT to enable quicker or enhanced viewing? Will comply latter.

    Thanks to all.
    Ubuntu User 28375. Ubuntu, Kubuntu, XPpro x5, Multi boot x7 Boxes.Still a beginer.

  7. #7
    Join Date
    Jan 2007
    Location
    Arlington, TX, USA
    Beans
    6
    Distro
    Ubuntu 8.04 Hardy Heron

    Smile Re: Hardy x86_64 Howto - Install googleearth-4.3

    If the earth doesn't appear in the window, be sure to turn off compiz. That worked for me. I guess the two don't play nice with each other.

    Cheers!

  8. #8
    Join Date
    Mar 2008
    Location
    UK
    Beans
    141
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    I too have followed this method and only see stars...!!

    If I use 'terminal' though with 'sudo googleearth' - it all works great. What is going on??

  9. #9
    Join Date
    Jun 2006
    Beans
    46

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    I'm getting stopped at the second step: sudo apt-get install googleearth-4.3: I can scroll down but cannot agree to the EULA OK.
    Aboard SV Drakus

  10. #10
    Join Date
    Jun 2008
    Beans
    1

    Re: Hardy x86_64 Howto - Install googleearth-4.3

    use tab key to move cursor to agree to terms.

    I also can confirm that I only get stars when using command

    googleearth but everything seems to work when using

    sudo googleearth

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •