Flavio Stanchina wrote:
Borondil wrote:I upgraded the kernel and everything seems OK (tuxracer runs smoothly), but when I try glxinfo or glxgears, this appears:glxinfo: relocation error: /usr/X11R6/lib/libGL.so.1: undefined symbol: dlopenIs it a big problem?I never saw this problem myself. Could you please run these commands and post the output?$ ldd /usr/X11R6/bin/glxinfo $ ls -l /usr/X11R6/lib/libGL.so* $ ls -l /usr/share/fglrx/diversions/ $ /usr/sbin/dpkg-divert --list "*libGL*"
Hi,your request made me think a bit ;) and I changed the link /usr/X11R6/lib/libGL.so.1 to point to /usr/share/fglrx/diversions/libGL.so.1.2 (instead of pointing to ./libGL.so.1.2).
Now everything seems OK. Thank you very much for your help, Jirka Novosad