After installing Ubuntu 12.04LTS 64bit I am unable to launch Google Earth.
When I try to launch in terminal I get the following:
pst007x@pst007x-Serval-Professional:~$ cd /opt/google/earth/free
pst007x@pst007x-Serval-Professional:/opt/google/earth/free$ ./googleearth.bin
bash: ./googleearth.bin: No such file or directory
pst007x@pst007x-Serval-Professional:/opt/google/earth/free$
If I use Nautilus and navigate to "/opt/google/earth/free" "googleearth.bin" is there.
ADDITIONAL:
Tried creating a new profile and deleting my old profile, purging my system of Googleearth, used Janiter to remove all other references too, re-installed from fresh download, but same issue..
So how is it possible that a successful installation, with all the dependencies installed, and the googleearth.bin file there, confirmed, but will not launch, with the error "bash: ./googleearth.bin: No such file or directory"
ldd /opt/google/earth/free/googleearth-bin
. But you are right - a strange one :) – Thomas May 04 '12 at 17:58cd /opt/google/earth/free
and./googleearth.bin
. – Thomas May 08 '12 at 17:40ls -l /lib/ld*
- it should give three files all symlinked to the same underlying library. – fossfreedom May 13 '12 at 21:24