User Tools

Site Tools


software:googleearth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:googleearth [2010/06/17 21:02] – created kratz00software:googleearth [2012/01/29 12:20] (current) kratz00
Line 1: Line 1:
 http://earth.google.com/ http://earth.google.com/
  
-http://dl.google.com/earth/client/current/GoogleEarthLinux.bin (5.2.1.1329)+http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.rpm (6.2.0.5905)
  
 Required: [[software:rpmextract.sh]] Required: [[software:rpmextract.sh]]
  
-Problem:+<code> 
 +rpmextract.sh google-earth-stable_current_i386.rpm && 
 +install -d ${HOME}/programme/google-earth && 
 +cp -Rp opt/google/earth/free/* ${HOME}/programme/google-earth 
 +</code> 
 + 
 +Problem with GoogleEarth 6: 
 +<code> 
 +./googleearth 
 +./googleearth: line 49: /home/kratz00/programme/google-earth/googleearth-bin: No such file or directory 
 +./googleearth: line 49: /home/kratz00/programme/google-earth/googleearth-bin: Success 
 + 
 +</code> 
 + 
 +Solution: 
 +<code> 
 +ln -s /lib/ld-linux.so.2 /lib/ld-lsb.so.3 
 +</code> 
 + 
 +Problem with GoogleEarth 5:
 <code> <code>
 googleearth  googleearth 
software/googleearth.1276801369.txt.gz · Last modified: 2010/06/17 21:02 (external edit)