Execute yum command times wrong

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.