On some systems /usr/lib64 is a symlink to /usr/lib, and because libraries are searched for in both paths, the libraries will be found twice although they only exist once.
On some systems /usr/lib64 is a symlink to /usr/lib, and because libraries are searched for in both paths, the libraries will be found twice although they only exist once.