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

Bug 222241

Summary: glxgears and glxinfo:error while loading shared libraries: libGL.so.1.2: cannot open shared object file: No such file or directory
Product: Gentoo Linux Reporter: Loop <mosaic_loop>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED TEST-REQUEST    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!