There was a problem importing one of the Python modules
Required to run Yum. The error leading to this problem was:
Libssl.so.6:cannot open Shared object file:no such file or directory
(Libcrypto.so.6:cannot open Shared object file:no such file or directory)
Install a package which provides this module, or
Verify the module is installed correctly.
It ' s possible that the above module doesn ' t match the
Current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If You cannot solve this problem yourself and go to
The Yum FAQ at:
Http://yum.baseurl.org/wiki/Faq
When performing the Yum operation, this error is reported due to the lack of the two modules of the libssl.so.6,libcrypto.so.6
Workaround:
cd/usr/lib64/
Ln-s libssl.so.1.0.1e libssl.so.6
Ln-s libcrypto.so.1.0.1e libcrypto.so.6
Do two soft connections to this module.
Execute yum command times wrong