Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222241 - glxgears and glxinfo:error while loading shared libraries: libGL.so.1.2: cannot open shared object file: No such file or directory
Summary: glxgears and glxinfo:error while loading shared libraries: libGL.so.1.2: cann...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 11:36 UTC by Loop
Modified: 2008-05-15 18:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Loop 2008-05-15 11:36:25 UTC
Attempt to execute glxgears/glxinfo fails with "error while loading shared libraries: libGL.so.1.2: cannot open shared object file: No such file or directory"



Reproducible: Always

Steps to Reproduce:
1. run glxgears / glxinfo

Actual Results:  
glxgears/glxinfo: error while loading shared libraries: libGL.so.1.2: cannot open shared object file: No such file or directory

Expected Results:  
Execute glxgears benchmark/show glxinfo output

OpenGL working (fglrxinfo and fgl_fglxgears work correctly)

Temporarily solved by making a symlink to /usr/lib/opengl/ati/lib/libGL.so as /usr/lib/libGL.so.1.2
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-15 17:03:53 UTC
Could you try removing that symlink and re-emerging x11-apps/mesa-progs?
Comment 2 Loop 2008-05-15 18:22:20 UTC
done, works perfectly, thankyou!