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

Thread: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented method

  1. #1
    Join Date
    Oct 2013
    Beans
    114

    Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented method

    Googling for how to install Google Earth on 64-bit Ubuntu 13.10, I follow the documented method:

    1. 1. Install the lsb-core package:
      • $ sudo apt-get install lsb-core

    2. Obtain the deb file:

    3. Install the deb file:
      • $ sudo dpkg -i google-earth-stable*.deb
      • $ sudo apt-get -f install



    But, this fails every time, complaining about 32 bit libraries.
    But I'm on a 64-bit OS.
    What am I doing wrong?
    Code:
    $ sudo dpkg -i google-earth-stable*.deb
    ... 
    Selecting previously unselected package google-earth-stable.
    (Reading database ... 186607 files and directories currently installed.)
    Unpacking google-earth-stable (from google-earth-stable_current_amd64.deb) ...
    dpkg: dependency problems prevent configuration of google-earth-stable:
     google-earth-stable depends on ia32-libs; however:
      Package ia32-libs is not installed.
    
    dpkg: error processing google-earth-stable (--install):
     dependency problems - leaving unconfigured
    Processing triggers for man-db ...
    Processing triggers for gnome-menus ...
    Processing triggers for desktop-file-utils ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf-2.index...
    Processing triggers for mime-support ...
    Errors were encountered while processing:
     google-earth-stable
    I tried installing the missing libraries, but to no avail:
    Code:
    $ sudo apt-get install ia32-libs
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package ia32-libs is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However, the following packages replace it:
      lib32z1 lib32ncurses5 lib32bz2-1.0
    
    E: Package 'ia32-libs' has no installation candidate

  2. #2
    Join Date
    Jan 2007
    Location
    Peterborough, Uk
    Beans
    639
    Distro
    Ubuntu 15.10 Wily Werewolf

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Follow the destructions HERE

    I had the same issues

    Remember to change the username in his code to your own before pressing enter !!

    dpkg -b /home/denis/Downloads/getfix/google-earth-stable_current_amd64

    to...

    dpkg -b /home/yourusername/Downloads/getfix/google-earth-stable_current_amd64

    In all instances.
    Last edited by Swagman; October 26th, 2013 at 02:02 PM.

  3. #3
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Quote Originally Posted by Swagman View Post
    Follow the destructions HERE
    That was it! Thanks!

    These well-documented commands were supposed to work, but they failed on 64-bit Ubuntu 13.10:
    $ sudo apt-get install lsb-core
    Download the package for "64 bit .deb (For Debian/Ubuntu)"
    $ firefox -url http://www.google.com/earth/download/ge/agree.html
    or
    $ wget http://dl.google.com/dl/earth/client...rent_amd64.deb

    $ sudo dpkg -i google-earth-stable*.deb
    $ sudo apt-get -f install

    This is the error I got:
    Code:
    $ sudo dpkg -i google-earth-stable*.deb
    ... 
    Selecting previously unselected package google-earth-stable.
    (Reading database ... 186607 files and directories currently installed.)
    Unpacking google-earth-stable (from google-earth-stable_current_amd64.deb) ...
    dpkg: dependency problems prevent configuration of google-earth-stable:
     google-earth-stable depends on ia32-libs; however:
      Package ia32-libs is not installed.
    dpkg: error processing google-earth-stable (--install):
     dependency problems - leaving unconfigured
    So, based on this thread, I then modified the procedure:
    $ sudo apt-get install libc6:i386 lsb-core

    Download the package for "64 bit .deb (For Debian/Ubuntu)"
    $ firefox -url http://www.google.com/earth/download/ge/agree.html
    or
    $ wget http://dl.google.com/dl/earth/client...rent_amd64.deb

    Right click on the deb file to extract the google-earth-stable_current_amd64.deb file to a google-earth-stable_current_amd64 directory.
    Attachment 247253
    $ vi ./google-earth-stable_current_amd64/DEBIAN/control
    Remove the "Depends" line below, and save that control file.
    Code:
    Package: google-earth-stable
    Version: 7.1.1.1888-r0
    Architecture: amd64
    Maintainer: Google Earth Team <google-earth-support@google.com>
    Installed-Size: 198273
    Pre-Depends: dpkg (>= 1.14.0)
     Depends: lsb-core (>= 3.2), ia32-libs
    Section: net
    Priority: optional
    Description: Explore, search and discover the planet
     Google Earth lets you fly anywhere to see satellite imagery, 3D  buildings, 3D trees, terrain, Street View, planets and much more.
    Delete the .deb package:
    $ rm ./google-earth-stable_current_amd64.deb

    Rebuild the Debian package to create a new google-earth-stable_current_amd64.deb file:
    $ dpkg -b ./google-earth-stable_current_amd64

    Now install your new Debian package:
    $ sudo dpkg -i ./google-earth-stable_current_amd64.deb
    Code:
    $ sudo dpkg -i ./google-earth-stable_current_amd64.deb
    Selecting previously unselected package google-earth-stable.
    (Reading database ... 186916 files and directories currently installed.)
    Unpacking google-earth-stable (from .../google-earth-stable_current_amd64.deb) ...
    Setting up google-earth-stable (7.1.1.1888-r0) ...
    Processing triggers for gnome-menus ...
    Processing triggers for desktop-file-utils ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf-2.index...
    Processing triggers for mime-support ...
    Processing triggers for man-db ...
    Test to see if Google Earth was installed:
    $ which google-earth
    => /usr/bin/google-earth

    Attachment 247254
    Last edited by Jim_Granite; October 26th, 2013 at 03:19 PM.

  4. #4
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    I haven't tested yet, but, this is what shows up in the terminal when I run google-earth:

    $ google-earth
    Code:
    [1026/065849:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [1026/065850:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [1026/065850:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    ... lots of these ... 
    $
    EDIT: Google earth seems to work despite these cryptic errors.
    Last edited by Jim_Granite; October 26th, 2013 at 11:30 PM.

  5. #5
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Google earth seems to be working find, even with those errors, so I'm going to mark this as solved.

  6. #6
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Drat. Google Earth just stopped working on Ubuntu 13.10.
    Reinstalling with the latest downloads, but using these instructions failed.
    Sigh.

    This is back to being unresolved:
    - Where are WORKING instructions for installing Google Earth on 64-bit Ubuntu 13.10?

  7. #7
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Well if it wasn't installed it wouldn't crash so both threads are 'resolved'.
    g-e crashes for a lot of folks using linux, the distro or how you installed doesn't seem to matter.

    Here it opens ok, works ok, but I can get it to crash sooner or later exactly as you've seen & so can loads of other users ("Another crash happened while handling crash!"

    Note that that extended 'error' message is seen here when opening g-e, doesn't seem to be the cause of the crash, at least not directly.
    (if you google search the error you'll find loads of comments about g-e also crashing - ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler

    (probably the best solution was to script starting/restarting g-e until it opens without crashing, typically 5-6 times
    Last edited by mc4man; December 30th, 2013 at 12:27 AM.

  8. #8
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Quote Originally Posted by mc4man View Post
    (probably the best solution was to script starting/restarting g-e until it opens without crashing, typically 5-6 times
    It's not really installed if it doesn't actually work - but - I did try running google-earth from the command line a dozen times, and, on the fifth or so try, it actually worked but I couldn't reproduce the working.
    It crashed the other times and is still crashing right away after the splash screen.

    The fact it worked once, and didn't work the other 95% of the time is weird.
    What's different the one time it worked that the other times didn't have?

    Makes no sense.

  9. #9
    Join Date
    Oct 2013
    Beans
    114

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Since the solution is to keep trying, here's a documented test of a dozen sequential "google-earth" commands on 64-bit Ubuntu 13.10:
    1.
    Code:
    $ google-earth
    [0103/114759:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114801:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114802:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114805:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/114805:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/114805:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114805:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114805:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114805:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114809:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114809:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114809:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114809:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    2.
    Code:
    $ google-earth
    [0103/114947:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/114948:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    3.
    Code:
    $ google-earth
    [0103/115019:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115020:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195021:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195021:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195021:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195021:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195021:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195023:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195023:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195023:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195023:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195023:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195026:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/195026:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195026:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195026:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195026:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195026:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    4. This one grayed out, and then, within about 30 seconds, gave a different crash message:
    Code:
    $ google-earth
    [0103/115052:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115052:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115053:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    Segmentation fault (core dumped)
    5.
    Code:
    $ google-earth
    [0103/115222:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115222:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    7.
    Code:
    $ !!
    google-earth
    [0103/115258:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195300:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195303:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195303:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195303:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195303:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195303:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195305:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195305:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195305:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195305:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195305:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195306:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/195306:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/195306:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195306:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195306:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195306:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/195306:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    8.
    Code:
    $ google-earth
    [0103/115334:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115335:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115336:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115338:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115338:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115338:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115338:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115339:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/115339:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115339:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115339:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115339:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    9. Again, this one segfaulted:
    Code:
    $ !!
    google-earth
    [0103/115421:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115422:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115423:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115423:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115423:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115423:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    Segmentation fault (core dumped)
    10.
    Code:
    $ google-earth 
    [0103/115611:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115611:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115612:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    11.
    Code:
    $ !!
    google-earth 
    [0103/115637:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115638:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115639:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115639:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115639:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115639:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115642:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115642:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115642:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115642:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115643:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115643:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115643:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115643:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115644:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/115644:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/115644:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115644:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115644:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115644:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    12.
    Code:
    $ !!
    google-earth 
    [0103/115703:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115704:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115707:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
    [0103/115707:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115707:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115707:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115707:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115708:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115708:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115708:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    [0103/115708:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
    
    
    Another crash happened while handling crash!
    The one crash report said "googleearth-bin crashed with SIGSEVV" whatever that means:
    google_earth_crash.jpg

  10. #10
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Why doesn't Google Earth install properly on Ubuntu 13.10 using the documented me

    Since you brought this up keep opening g-e & in very short order would get crashes on opening about 80% of the time.
    (so basically abandoned using.

    I just put up a 2nd new install (14.04 as that's all I'm interested in, but shouldn't be much different than 13.10

    so decided to try something different, used the i386 package instead which will install very easily as it only deps on lsb-core.
    After install checked an ldd on google-earth-bin to see what was needed & came up with the below list. On that new install g-e is working fine

    So went back to other install, ran the list & then installed the i386 package. For the moment all seems well

    So if inclined you could try -
    Code:
    sudo apt-get install libc6-i386 libglib2.0-0:i386 libsm6:i386 \
    libglu1-mesa:i386 libgl1-mesa-glx:i386 libxext6:i386 \
    libxrender1:i386 libx11-6:i386 libfontconfig1:i386 lsb-core
    Then get the i386 package & install
    (you can remove the amd64 one first or just use dpkg to do a replace, eg.

    sudo dpkg -i '/home/doug/Desktop/google-earth-stable_current_i386.deb'

    Edit - for 13.10 you may want to check on any of the packages that have 6 or 1 other than libc6-i386 to see if that's the number in 13.10 or is it something else...
    Last edited by mc4man; January 4th, 2014 at 03:26 PM. Reason: dupe pkg

Page 1 of 2 12 LastLast

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
  •