Comment 24 for bug 1662860

Revision history for this message
ubuntuslave (ubuntuslave) wrote :

To get rid of this `ldconfig` message, I just tricked it by going into the respective /usr/lib/nvidia-375 and /usr/lib32/nvidia-375 folders and relinking it to itself (manually):

    $ sudo mv libEGL.so.1 libEGL.so.1.orig
    $ sudo ln -s libEGL.so.1.orig libEGL.so.1

This got rid of the annoying message for now.