On Jun 22, 2016 13:05, "Samuel Sieb" samuel@sieb.net wrote:
On 06/22/2016 09:31 AM, Eric Griffith wrote:
ldd /usr/lib64/xorg/modules/extensions/libglx.so libGL.so.1 => /usr/lib64/libglvnd/libGL.so.1 (0x00007f5d15e9e000) libGLX.so.0 => /usr/lib64/libglvnd/libGLX.so.0 (0x00007f5d15172000) libGLdispatch.so.0 => /usr/lib64/libglvnd/libGLdispatch.so.0(0x00007f5d14949000)
It's picking up the wrong libraries. Try "rpm -qf /usr/lib64/libglvnd/libGL.so.1" to see if anything owns it.
If yes, then remove the owning package, otherwise just remove the directory. Then check in /etc/ld.so.conf.d for any reference to the /usr/lib64/libglvnd directory. Remove the referencing file, then run ldconfig. You should be ok after that.
That fixed it. Libglvnd was the problem package (third party repo), unfortunately now I need to untangle the mess of dependencies because trying to remove libglvnd wants to rip out things like Totem and parts of gstreamer. But that I can figure out on my own.
and dnf history....
56 | remove nvidia-* | 2016-06-21 22:40 | Erase| 1
You had the nvidia proprietary drivers installed? That would explain the
breakage.
Not quite. A package pulled in the nvidia-cuda-libs, but I was able to remove only nvidia-cuda-libs without it pulling anything else, so I'm chalking that up to a packaging bug.
Thanks for the assistance, Samuel. Much appreciated.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org