View previous topic :: View next topic |
Author |
Message |
jseymour Apprentice
Joined: 23 Jun 2006 Posts: 202 Location: Gainesville Florida
|
Posted: Tue Nov 20, 2007 11:53 am Post subject: ati-drivers update broke libgl.so.1? |
|
|
After my latest emerge -uavtDN world last night, I upgraded to ati-drivers 8.42.3 and it seems to have possibly caused some problems. First, when I rebooted gdm complained about not finding libgl.so.1 and would not start. I ran a revdep-rebuild and it pulled nothing, so I did a --oneshot of gdm, rebooted and it started.
Next on logging into KDE I noticed I had no sound, I use mplayer for sound, so I rebuilt it and it works. Then I did a revdep-rebuild --library libgl.so.1 and again it found nothing wrong.
So far I have noticed 2 other applications no longer running kde-screensavers and amarok. Has anyone else had similar problems?
Update - Remerged amarok and kscreensavers, they now work. Wonder what else is broken. _________________ WebServerMasters
Gentoo Installation Flash Tutorials |
|
Back to top |
|
|
Dottout l33t
Joined: 07 Mar 2006 Posts: 882
|
Posted: Tue Nov 20, 2007 2:45 pm Post subject: |
|
|
just do ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1 |
|
Back to top |
|
|
jseymour Apprentice
Joined: 23 Jun 2006 Posts: 202 Location: Gainesville Florida
|
Posted: Tue Nov 20, 2007 3:33 pm Post subject: |
|
|
Thanks.
I suppose I could do that, but it does not seem the proper way, if in fact something has changed. I think that with what I am seeing revdep-rebuild should be able to see these broken packages because a rebuild does fix them without a symlink. _________________ WebServerMasters
Gentoo Installation Flash Tutorials |
|
Back to top |
|
|
fl_QuelTos n00b
Joined: 07 Feb 2005 Posts: 31
|
Posted: Tue Nov 20, 2007 4:34 pm Post subject: |
|
|
Similar problems here. Even though my xserver+kdm+ratpoison window manager worked I got this:
Code: | $ fglrxinfo
fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory |
Code: | $ ls /usr/lib/libGl*
ls: cannot access /usr/lib/libGl*: No such file or directory |
I tried doing:
Code: | ln -s /usr/lib32/opengl/ati/lib/libGL.so.1 /usr/lib/libGL.so.1 |
That gave me a wrong ELFCLASS.
Code: | ln -s /usr/lib64/opengl/ati/lib/libGL.so.1 /usr/lib/libGL.so.1 |
After that fglrxinfo and glxgears worked. But games like doom3 and et:quake wars do not work anymore.
EDIT: I'm using AMD64 with a 64bit Gentoo |
|
Back to top |
|
|
jseymour Apprentice
Joined: 23 Jun 2006 Posts: 202 Location: Gainesville Florida
|
|
Back to top |
|
|
fl_QuelTos n00b
Joined: 07 Feb 2005 Posts: 31
|
Posted: Tue Nov 20, 2007 5:33 pm Post subject: |
|
|
jseymour wrote: | Have you tried rebuilding the games? Everything that I have done a rebuild on has worked afterwards. |
Yep, reemerged doom3 now - no change.
Btw. World of Padman (bin-download) and Tremulous (emerge) work (both Q3 Engine), but sound in that games doesn't. |
|
Back to top |
|
|
uweklosa Tux's lil' helper
Joined: 18 Feb 2005 Posts: 105
|
|
Back to top |
|
|
fl_QuelTos n00b
Joined: 07 Feb 2005 Posts: 31
|
Posted: Tue Nov 20, 2007 9:25 pm Post subject: |
|
|
Again I tried some linking (as described in the bugdescription), but no change. Linking makes some things work (glxgears, some games) but others still don't (e.g. doom3). |
|
Back to top |
|
|
fl_QuelTos n00b
Joined: 07 Feb 2005 Posts: 31
|
Posted: Wed Nov 28, 2007 7:28 pm Post subject: |
|
|
Found the problem (kinda stupid)
I am on AMD64 and besides the links mentioned I had to create this one to make all games (including ET:QW, Doom3..) work:
Code: | /usr/lib32/libGL.so.1 -> /usr/lib32/opengl/ati/lib/libGL.so.1 |
|
|
Back to top |
|
|
CosminG Apprentice
Joined: 19 Jan 2005 Posts: 166
|
Posted: Fri Jan 04, 2008 12:35 am Post subject: |
|
|
Dottout wrote: | just do ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1 |
Thank you that helped me to use gnome-terminal again. |
|
Back to top |
|
|
|