Comment 22 for bug 1662860

Revision history for this message
David Wood (jbevren) wrote :

LibEGL.so.1 isn't a symbolic link but should be. I had an issue with a program that required EGL and could not find any capabilities with nvidia-375.

I repaired the issue and now have working EGL with these commands:
mv libEGL.so.1 libEGL.so.1.orig
ln -s libEGL.so.375.39 libEGL.so.1

This leads me to believe that libEGL.so.1 should be a link to libEGL.so.375.39.

Future updates to nvidia packages would do best to follow suit of course. :)

Additional information available on request.