・サーバの情報
CentOS release 6.8 (Final)
Python 2.7.2
サーバ上でSSLの環境を整えた時点からyumでのすべてのコマンドにおいて下記のエラーが出ます。
ネット上にも同様のエラーの解決方法が多数ありましたが、どれを試してみても解決せず困っています。
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback
Please install a package which provides this module, or
verify that 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, Jul 23 2015, 15:22:56)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-11)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
現在のPythonのバージョンとエラーで書かれているPythonのバージョンが違いますがPython2.6.6が入っている状態でも同じエラーが出ていました。
何一つ改善しないのでPythonのバージョンを「試しにあげてみた」状態です。
当方Linux系のOSに関わることが初めてで完全なる初心者です。どうかお助けください。