LinuxQuestions.org
Help answer threads with 0 replies.
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 05-10-2011, 10:18 PM   #1
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Rep: Reputation: 30
googleearth problem in Slackware64-current


I installed the GoogleEarth ( SlackBuilds ) Slackware64-current, but typing "googleearth"in the console, I get the sequinte:

Quote:
base1@base1:~$ googleearth
/usr/bin/googleearth: line 18: /opt/GoogleEarth/googleearth-bin: No such file or directory
/usr/bin/googleearth: line 18: /opt/GoogleEarth/googleearth-bin: Success
base1@base1:~$ slocate googleearth-bin
/opt/GoogleEarth/googleearth-bin

base1@base1:~$
I did "ln-sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3"

thank you very much any idea

Last edited by afreitascs; 05-10-2011 at 10:29 PM.
 
Old 05-10-2011, 10:53 PM   #2
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
You need AlienBob's multilib packages for GoogleEarth (the 64-bit package isn't 64-bit at all, and in fact does not contain a single 64-bit binary last I checked).
 
1 members found this post helpful.
Old 05-10-2011, 10:59 PM   #3
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by T3slider View Post
You need AlienBob's multilib packages for GoogleEarth (the 64-bit package isn't 64-bit at all, and in fact does not contain a single 64-bit binary last I checked).
Thanks for the replies.

sorry but I use Slackware64-current multilib.
 
Old 05-11-2011, 01:22 AM   #4
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
I am using the slackbuild from SBo on Slackware64-current with multilib.

No problems with starting GoogleEarth via xterm.

Does it start via the menu? Assuming KDE --> Applications, Internet, 3D planet viewer.

When you say you have multilib installed I assume this includes the compiler and compat32 libs also?

In /lib/ you should have these links:
Code:
:/lib$ ls -l ld*
-rwxr-xr-x 1 root root 134937 Mar 24 22:01 ld-2.13.so*
lrwxrwxrwx 1 root root     10 Mar 29 06:51 ld-linux.so.2 -> ld-2.13.so*
lrwxrwxrwx 1 root root     18 Apr 28 11:07 ld-lsb.so.3 -> /lib/ld-linux.so.2*
:/lib$
 
1 members found this post helpful.
Old 05-11-2011, 10:08 PM   #5
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by chrisretusn View Post
I am using the slackbuild from SBo on Slackware64-current with multilib.

No problems with starting GoogleEarth via xterm.

Does it start via the menu? Assuming KDE --> Applications, Internet, 3D planet viewer.

When you say you have multilib installed I assume this includes the compiler and compat32 libs also?

In /lib/ you should have these links:
Code:
:/lib$ ls -l ld*
-rwxr-xr-x 1 root root 134937 Mar 24 22:01 ld-2.13.so*
lrwxrwxrwx 1 root root     10 Mar 29 06:51 ld-linux.so.2 -> ld-2.13.so*
lrwxrwxrwx 1 root root     18 Apr 28 11:07 ld-lsb.so.3 -> /lib/ld-linux.so.2*
:/lib$
Many thanks chrisretusn for the replies

I know I'm missing something ... :-(
I installed multilib Alien, also rebuild again GoogleEarth package ...

Please see the output from

Quote:
base1@base1:~$ ls -l /lib/ld-*
-rwxr-xr-x 1 root root 134937 Mar 24 11:01 /lib/ld-2.13.so*
lrwxrwxrwx 1 root root 10 May 11 23:06 /lib/ld-linux.so.2 -> ld-2.13.so*
lrwxrwxrwx 1 root root 18 May 11 23:24 /lib/ld-lsd.so.3 -> /lib/ld-linux.so.2*
equal to its !

still unsolved: (

ps: I'm using kernel-source-2.6.38.4-noarch-1, the testing folder tree slackware

Last edited by afreitascs; 05-11-2011 at 10:56 PM.
 
Old 05-12-2011, 01:40 AM   #6
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
You have

Code:
lrwxrwxrwx 1 root root 18 May 11 23:24 /lib/ld-lsd.so.3 -> /lib/ld-linux.so.2*
but it should be lsb not lsd

Code:
lrwxrwxrwx 1 root root     18 Apr 28 11:07 ld-lsb.so.3 -> /lib/ld-linux.so.2*
 
1 members found this post helpful.
Old 05-12-2011, 08:57 AM   #7
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by 55020 View Post
You have

Code:
lrwxrwxrwx 1 root root 18 May 11 23:24 /lib/ld-lsd.so.3 -> /lib/ld-linux.so.2*
but it should be lsb not lsd

Code:
lrwxrwxrwx 1 root root     18 Apr 28 11:07 ld-lsb.so.3 -> /lib/ld-linux.so.2*
Yeah !!!!!!!!!!!!!!

GoogleEarth is working now! many thanks
 
  


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
Slackware64 -current (20-04-2010) problem with slackpkg mlpa Slackware 5 04-22-2010 01:55 AM
[SOLVED] dbus problem slackware64-current gtludwig Slackware 5 01-05-2010 10:32 AM
How do I start GoogleEarth on slackware64-13? glore2002 Slackware 12 09-02-2009 04:58 PM
GoogleEarth and Slackware64. glore2002 Slackware 5 08-28-2009 10:02 PM
[SOLVED] Problem with kqemu in slackware64-current since 2.6.29.5 kernel niels.horn Slackware 3 06-20-2009 04:27 PM

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

All times are GMT -5. The time now is 12:46 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