-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Trying to run yum I get the following error message:
yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
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.7.8 (default, Nov 10 2014, 08:19:18) [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)]
If you cannot solve this problem yourself, please go to the yum faq at: http://yum.baseurl.org/wiki/Faq
I tried this:
# rpmbuild --rebuild yum-3.4.3-153.fc21.src.rpm Installing yum-3.4.3-153.fc21.src.rpm error: yum-3.4.3-153.fc21.src.rpm cannot be installed
I tried this:
# python2 Python 2.7.8 (default, Nov 10 2014, 08:19:18) [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import yum
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 59, in <module> import config File "/usr/lib/python2.7/site-packages/yum/config.py", line 30, in <module> from parser import ConfigPreProcessor, varReplace File "/usr/lib/python2.7/site-packages/yum/parser.py", line 4, in <mod ule> import urlgrabber File "/usr/lib/python2.7/site-packages/urlgrabber/__init__.py", line 55, in <module> from grabber import urlgrab, urlopen, urlread File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 512, in <module> import pycurl ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
This is Fedora 21 x86_64 running Gnome desktop. I use dnf but still would like to fix Yum. Any pointers in the right direction? Thanks in advance.
- -- Reynold DeMarco Jr. reynoldlinux@gmail.com www.rdemarcojr.com on Linux Fedora 21
On Thu, 26 Mar 2015 06:51:04 -0700, Reynold wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Trying to run yum I get the following error message:
yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
import pycurlImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
This is Fedora 21 x86_64 running Gnome desktop. I use dnf but still would like to fix Yum. Any pointers in the right direction? Thanks in advance.
Verify the openssl-libs package using "rpm -V openssl-libs". In case that doesn't fail, also verify your installation of python-pycurl and its dependency on libcrypto (from openssl-libs package). Especially pay attention to the symlinks related to /usr/lib64/libcrypto*