Comment 17 for bug 941826

Revision history for this message
Peter Würtz (pwuertz) wrote : Re: PyQt cannot compile shaders with Ubuntu's Nvidia drivers

The first entry of "libGL.so" in "ldconfig -p" points to "/usr/lib/x86_64-linux-gnu/libGL.so", which is a symlink to the mesa driver. After deleting that link pyqt works fine as expected. That symlink belongs to the "libgl1-mesa-dev" package and seems to overrule the libGL.so entries in ldconfig for the nvidia driver.