LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   googleearth problem in Slackware64-current (https://www.linuxquestions.org/questions/slackware-14/googleearth-problem-in-slackware64-current-879957/)

afreitascs 05-10-2011 10:18 PM

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

T3slider 05-10-2011 10:53 PM

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).

afreitascs 05-10-2011 10:59 PM

Quote:

Originally Posted by T3slider (Post 4352688)
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.

chrisretusn 05-11-2011 01:22 AM

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$


afreitascs 05-11-2011 10:08 PM

Quote:

Originally Posted by chrisretusn (Post 4352805)
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

55020 05-12-2011 01:40 AM

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*

afreitascs 05-12-2011 08:57 AM

Quote:

Originally Posted by 55020 (Post 4353991)
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 !!!!!!!!!!!!!! :banghead:

GoogleEarth is working now! many thanks :)


All times are GMT -5. The time now is 12:42 AM.