On Tuesday, 27 March 2018 01:24:09 BST Daniel Frey wrote: > I ran into this some time ago and one of the updates removed the /lib -> > /lib64 symlink. > > I simply ran `ln -s /lib64 /lib` and it was fine after that.
Nice idea, Dan, but that isn't it in this case: # /bin/ls -ld /lib lrwxrwxrwx 1 root root 5 Mar 12 00:08 /lib -> lib64 -- Regards Peter