| Summary: | googleearth-4 crashed on starting, missed libGL.so.1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Den_M <den_m> |
| Component: | Current packages | Assignee: | Stefan Schweizer (RETIRED) <genstef> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | trivial | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Please, resync and re-emerge the thing. Thanks. *** This bug has been marked as a duplicate of bug 161670 *** |
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/:."