LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-08-2010, 08:33 AM   #1
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
Google earth install


Hi,

I did a new install today of -current 64 bit and added multilib via Alien's guide. Using KDE 4.5.1. as current updated to this.
When I try to install any version I can find of google earth I get the following error:

Code:
Verifying archive integrity... All good.
Uncompressing Google Earth for GNU/Linux 5.2.1.1588..............................................................
I/O error : No such file or directory
setup.data/setup.xml:1: parser error : Document is empty

^
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found

^
./setup.sh: line 158:  6765 Segmentation fault      "$setup" "$@"
I unpacked several of the .bin files, but can't find a missing <. Even a backed-up version of the google earth installer, which worked before, gives the same error.

On previous installs it always worked fine. I did a reinstall because I had some problems getting Xorg to work after I updated to the new packages of rworkman. I couldn't get the ATI Catalyst to build the kernel module.

I'm wondering if it has anything to do with the upgraded libxml2 from Aug 28.? And how would I get this fixed?

Jack

Last edited by JackHair; 09-08-2010 at 08:41 AM.
 
Old 09-08-2010, 11:14 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found

I would at least try firing up vim and giving it a starting '<'. When it's spoonfeeding you like that, it's silly top resist.

Last edited by business_kid; 09-08-2010 at 11:15 AM.
 
Old 09-09-2010, 02:07 AM   #3
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Original Poster
Rep: Reputation: 39
Quote:
Originally Posted by business_kid View Post
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found

I would at least try firing up vim and giving it a starting '<'. When it's spoonfeeding you like that, it's silly top resist.
Thanks for the suggestion. I was trying this last night to no avail. After some more searching I did find a solution:

./GoogleEarthLinux.bin --target /tmp/ge
cd /tmp/ge/setup.data/bin/Linux/x86/
mv setup.gtk setup.gtk2
cd /tmp/ge
./setup.sh

Now setup ran and GE installed and runs again.
 
1 members found this post helpful.
Old 10-10-2010, 03:47 PM   #4
gccradioscience
LQ Newbie
 
Registered: Sep 2009
Posts: 2

Rep: Reputation: 0
I Don't Understand, How Did You Get It To Work??

How do you get it to work? I wish Google would just start giving us a .deb installation instead of .bin, files.
 
Old 10-11-2010, 02:32 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
xml takes stuff <in brackets>
It said 'start tag not fount.' Use your imagination
in brackets>
Give it a <
 
Old 10-11-2010, 05:37 AM   #6
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Original Poster
Rep: Reputation: 39
Quote:
Originally Posted by gccradioscience View Post
How do you get it to work? I wish Google would just start giving us a .deb installation instead of .bin, files.
This is what I did:
Code:
./GoogleEarthLinux.bin --target /tmp/ge
cd /tmp/ge/setup.data/bin/Linux/x86/
mv setup.gtk setup.gtk2
cd /tmp/ge
./setup.sh
 
Old 10-11-2010, 11:49 PM   #7
gseward
LQ Newbie
 
Registered: Nov 2008
Posts: 2

Rep: Reputation: 0
Google Earth install

Quote:
Originally Posted by business_kid View Post
xml takes stuff <in brackets>
It said 'start tag not fount.' Use your imagination
in brackets>
Give it a <
Would you please tell us where these brackets need to be?

BTW thread is not solved.
 
Old 10-12-2010, 02:36 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
read post #5
 
Old 10-13-2010, 01:33 PM   #9
kkruecke
LQ Newbie
 
Registered: Aug 2006
Posts: 20

Rep: Reputation: 0
After doing
Code:
sudo ./GoogleEarthLinux.bin --target /tmp/ge
and getting the error, I ran /tmp/ge/setup.data/setup.xml through an XML validator, and it is valid XML.
 
Old 10-14-2010, 07:05 AM   #10
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found
Is this still your error? If not, update us.
 
Old 10-14-2010, 11:10 PM   #11
kkruecke
LQ Newbie
 
Registered: Aug 2006
Posts: 20

Rep: Reputation: 0
Yes, I got the same error messages as the previous posters, those about the file being empty and the bracket missing. The messages seem 'bogus', not the real core problem, since the file exists and it is valid xml. I gave up for now...
 
Old 10-16-2010, 07:19 AM   #12
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
The first line copies files to tmp/ge and then aborts with the xml error
Ignore this and run the rest of the commands

It worked for me
 
Old 10-17-2010, 10:30 AM   #13
kkruecke
LQ Newbie
 
Registered: Aug 2006
Posts: 20

Rep: Reputation: 0
I ran the rest of the commands. They complete o.k. (I'm running Ubuntu). But GE crashes upon startup
Code:
(process:12408): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.26.0/gobject/gtype.c:2710: You forgot to call g_type_init()

(process:12408): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:12408): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
Google Earth has caught signal 11.



We apologize for the inconvenience, but Google Earth has crashed.
 This is a bug in the program, and should never happen under normal
 circumstances. A bug report and debugging data have been written
 to this text file:

    /home/kurt/.googleearth/crashlogs/crashlog-4cbb1605.txt
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How can I install Google earth 5 yaarappa Linux - Software 54 03-05-2009 05:39 PM
How can I install Google earth 5 yaarappa Linux - Software 3 02-28-2009 05:33 AM
How to install Google Earth vibinlakshman Linux - Newbie 4 01-06-2009 07:44 AM
Google Earth Install dpeterson3 Linux - Newbie 9 06-22-2008 07:45 PM
Want to install Google Earth JosephS Linux - Software 1 03-01-2008 04:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration