Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200754 - x11-drivers/ati-drivers-8.43.3 libGL.so.1.2 has wrong SONAME
Summary: x11-drivers/ati-drivers-8.43.3 libGL.so.1.2 has wrong SONAME
Status: RESOLVED DUPLICATE of bug 199633
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 17:14 UTC by lumbrius
Modified: 2007-11-29 21:07 UTC (History)
1 user (show)

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 lumbrius 2007-11-29 17:14:12 UTC
After updating to ati-drivers-8.433 

# glxinfo
glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

# glxgears
glxgears: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

# ldd /usr/bin/glxinfo
        linux-gate.so.1 =>  (0xffffe000)
        libglut.so.3 => /usr/lib/libglut.so.3 (0xb7eb5000)
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7e34000)
        libGL.so.1.2 => //usr//lib/opengl/ati/lib/libGL.so.1.2 (0xb7daa000)
        libm.so.6 => /lib/libm.so.6 (0xb7d84000)
        libc.so.6 => /lib/libc.so.6 (0xb7c54000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7b66000)
        libGL.so.1 => not found
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7b57000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7b52000)
        libGL.so.1 => not found
        libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/libstdc++.so.6 (0xb7a67000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/libgcc_s.so.1 (0xb7a5a000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7a43000)
        /lib/ld-linux.so.2 (0xb7efe000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb7a40000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7a3b000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7a37000)

revdep-rebuild do not fix it!

Reproducible: Always




Solution: create a symlink

# ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-29 21:07:14 UTC

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