https://bugs.freedesktop.org/show_bug.cgi?id=36282

Marek Olšák <mar...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #15 from Marek Olšák <mar...@gmail.com> 2011-04-20 08:59:14 PDT ---
I ran into this problem when upgrading my distribution and fixed it easily.

Make sure glxgears picks up the correct libGL.so. You may have multiple such
files in you system at various locations, like:

/usr/lib/libGL.so
/usr/lib/mesa/libGL.so
/usr/local/...
etc.

I had libGL from git in /usr/lib, but my system always picks up the one in
/usr/lib/mesa, which contained the libGL provided by my distribution. I made a
symlink from /usr/lib/mesa/libGL* to my libGL from git and that fixed it.

Do: ldd /usr/bin/glxgears

and see which libGL.so file is used. If it's not the one you compiled and
installed, overwrite it by the correct one.

Closing as NOT A BUG.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to