Originally posted by: jgruizny
I was testing upgrading to the most recent version of openssl for AIX (1.0.2.1600), and I noticed when I update from version 1.0.2.1500 , yum breaks with the following error:
# yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
0509-022 Cannot load module /opt/freeware/lib/libcurl.a(libcurl.so.4).
0509-150 Dependent module /usr/lib/libssl.a(libssl.so.1.0.0) could not be loaded.
0509-103 The module has an invalid magic number.
0509-022 Cannot load module /opt/freeware/lib/python2.7/site-packages/pycurl.so.
0509-150 Dependent module /opt/freeware/lib/libcurl.a(libcurl.so.4) could not be loaded.
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.15 (default, Sep 28 2018, 03:58:41)
[GCC 6.3.0]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
# rpm -qa | grep yum
yum-metadata-parser-1.1.4-2.ppc
yum-3.4.3-5.noarch
Any suggestions?
#AIXOpenSource#AIX-Open-Source-Software