Control: tag -1 wontfix On 2018-11-05 01:17, Julian Gilbey wrote: > So the pragmatic way to fix it would be to symlink libGL.so to the > NVIDIA libGL.so... (and presumably the other related .so libraries) > when glx-diversions is used. Because having libGL.so.1 pointing to > one version of the library and libGL.so pointing to an incompatible > version is causing this crash. > > Please could you therefore modify glx-diversions to ensure that the > unversioned libGL.so points to the same location as the versioned > libGL.so.1 (and the others too: libEGL.so, libGLESv1_CM.so and > libGLESv2.so).
Stuff that dlopens the .so files is broken. They should dlopen the .so.1 (or thatever the soversion is). Andreas