[CentOS] yum error

Sun May 21 11:35:42 UTC 2017
Pete Biggs <pete at biggs.org.uk>

On Sun, 2017-05-21 at 13:06 +0200, vychytraly . wrote:
> And I got these errors: can't link /lib64/libSsl.so>10 to libssl.so.10 and
> can't create temporary cache file /etc/ld.so.cache~: Permission denied

sudo ldconfig

And if the error persists check that there's nothing wrong with your
filesystem - run dmesg to see if there are any other issues.

P.