I encountered the problem, that /usr/lib64 wasn’t a symlink anymore. The reason was a script which installed files into /usr/lib64 by tar -x …
The problem is also described at
linux - How to prevent tar extraction from overwriting symbolic links directories - Stack Overflow.
How to prevent tar -x correctly from replacing symlinks to directories?