Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 163459

Summary: googleearth-4 crashed on starting, missed libGL.so.1
Product: Gentoo Linux Reporter: Den_M <den_m>
Component: Current packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Den_M 2007-01-23 17:15:47 UTC
I've just emerged x11-misc/googleearth-4. When I try to start it, program crashes with error
./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory


Reproducible: Always

Steps to Reproduce:
1.run "/usr/bin/googleearth"
2.
3.

Actual Results:  
program crashes with error

./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory


Expected Results:  
normal starting and working

Bug can be fixed with following command:

ln -s /emul/linux/x86/usr/lib/opengl/xorg-x11/lib/libGL.so.1 /opt/googleearth/libGL.so.1 

or just patching /usr/bin/googleearth:

-- export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:."
++ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/emul/linux/x86/usr/lib/opengl/xorg-x11/lib/:."


-- export LD_LIBRARY_PATH="."
++ export LD_LIBRARY_PATH="/emul/linux/x86/usr/lib/opengl/xorg-x11/lib/:."
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-23 21:11:59 UTC
Please, resync and re-emerge the thing. Thanks.

*** This bug has been marked as a duplicate of bug 161670 ***