LinuxQuestions.org
Review your favorite Linux distribution.
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-22-2013, 02:25 PM   #1
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Smile Google Earth LD_Library_Path error


So I installed google-earth and followed the following steps from slackbuilds.org:

Quote:
2) Google Earth 7 is "LSB compliant" meaning it was built on a LSB system.
Slackware however does not have that symlink which is part of the LSB 3.0
specification. You'll need to create the symlink manually after installing
the package:

ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3

3) Google Earth tends to crash when the 65-fonts-persion.conf is available on
the system. aPlease remove /etc/fonts/conf.d/65-fonts-persian.conf prior
launching this application. The easiest way to do this is:

mv /etc/fonts/conf.d/65-fonts-persian.conf \
/etc/fonts/conf.d/65-fonts-persian.conf.old
And yes I do have OpenGL and it is running:

Code:
slackuser@slackmachine:~$ glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage
client glx vendor string: NVIDIA Corporation
Multilib already working, since I got skype working... So, what am I missing?

--edit

Oh yea this is the error in terminal:

Code:
slackuser@slackmachine:~$ google-earth
/usr/bin/google-earth: line 43: 23485 Segmentation fault      LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
slackuser@slackmachine:~$

Last edited by Jeebizz; 05-22-2013 at 02:29 PM.
 
Old 05-22-2013, 02:45 PM   #2
perbh
Member
 
Registered: May 2008
Location: Republic of Texas
Posts: 393

Rep: Reputation: 81
and did you do 2) in the 32-bit part?
 
Old 05-22-2013, 03:01 PM   #3
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Yep, after I installed it, I created the symlink


--edit

Seems I get different errorlines each time try to run google-earth:

Code:
slackuser@slackmachine:~$ google-earth
/usr/bin/google-earth: line 43: 23872 Segmentation fault      LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
slackuser@slackmachine:~$ google-earth
/usr/bin/google-earth: line 43: 23883 Segmentation fault      LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
slackuser@slackmachine:~$ google-earth
/usr/bin/google-earth: line 43: 23894 Segmentation fault      LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
slackuser@slackmachine:~$ google-earth
/usr/bin/google-earth: line 43: 23905 Segmentation fault      LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"

Last edited by Jeebizz; 05-22-2013 at 03:04 PM.
 
Old 05-22-2013, 06:24 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,666

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
is this running on -Stable or -Current?
 
Old 05-22-2013, 06:40 PM   #5
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Stable (Slackware-14.0) however I did update the kernel from the Slackware security release: [slackware-security] kernel (SSA:2013-140-01) - Not sure if that has any bearing though...

Code:
slackuser@slackmachine:~$ uname -a
Linux slackmachine 3.2.45 #2 SMP Sat May 18 00:20:27 CDT 2013 x86_64 Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz GenuineIntel GNU/Linux

Last edited by Jeebizz; 05-22-2013 at 06:43 PM.
 
Old 05-22-2013, 07:11 PM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,666

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
No, it doesn't relate to kernel updates
 
1 members found this post helpful.
Old 05-22-2013, 07:15 PM   #7
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Yea I didn't think so, but I am really at a loss here.
 
Old 05-22-2013, 07:52 PM   #8
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
[EDIT: I almost hijacked a thread here. I moved my comment to another new thread. Sorry, Jeebizz!]

Last edited by Richard Cranium; 05-22-2013 at 07:57 PM.
 
Old 05-22-2013, 08:03 PM   #9
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by Richard Cranium View Post
[EDIT: I almost hijacked a thread here. I moved my comment to another new thread. Sorry, Jeebizz!]
No worries, any information is relevant and even in the Slackbuilds the maintainer of said builds awknowledges the 64-bit binaries being out there:

Quote:
4) GoogleEarth is a 32bit application only. You need to have the 32bit
compatibility packages installed to have this work on a 64bit system.
Otherwise you'll just see "no such file or directory" errors. I am aware
that Google puts a 64bits debian package out, but this is a 32bits package
with a 64bit wrapper for debian that installs multilib
I'm still going in circles though. I always make sure I run /sbin/ldconfig after every package install. I even tried uninstalling, making another package, installing, created the symlink again.... Nothing
 
Old 05-28-2013, 05:53 PM   #10
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
So I got it to work finally, unfortunately the solution itself doesn't really say much. I removed the package and then reinstalled it, and now it just suddenly works. Rather mysteriously, I wish I had a better answer if anyone else encounters the same thing, but I do not. Removing and adding the package again simply worked *shrug*.
 
  


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
google earth does not start with Suse 11.1 - error message libGL.so.1 carverknut Linux - Software 17 09-25-2009 01:53 PM
Google Earth error. rich_c Linux - Software 1 02-27-2009 03:31 AM
google earth install error davidguygc Slackware 3 06-18-2007 11:11 PM
error running installed google earth in fc5 Callandor Linux - Software 1 02-03-2007 09:46 AM
Google Earth produces 'holes' in planet earth greengrocer Linux - Newbie 5 07-18-2006 10:57 PM

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

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