On 2015-01-15 17:56, Felix Schmidt wrote: > The workaround for this is to change the symbolic link > /etc/alternatives/glx--libGL.so-x86_64-linux-gnu to > glx--libGL.so.1-x86_64-linux-gnu > instead of /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
The correct solution is to dlopen(libGL.so.1) instead of dlopen(libGL.so). Andreas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

