Yum Install SSSD-Tools Throws Symbol Not Defined With Link Time Reference Error
by alicias from LinuxQuestions.org on (#5H83E)
Hi! I'm new to Linux. We are running RHEL 7.8 and trying to install the SSSD tools via command yum install sssd-tools.
We're getting the following error message.
There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
/lib/libxml2.so.2: symbol gzopen64, version ZLIB_1.2.3.3 not defined in file libz.so.1 with link time reference
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.5 (default, Mar 20, 2020, 17:08:22) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
If you cannot solve this problem yourself, please go to the yum faq at: http://yum.baseurl.org/wiki/Faq
Interestingly, I found this article: https://access.redhat.com/solutions/4256291.
Does anyone know of a work around? Any help is greatly appreciated.
Thank you,
Alicia


We're getting the following error message.
There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
/lib/libxml2.so.2: symbol gzopen64, version ZLIB_1.2.3.3 not defined in file libz.so.1 with link time reference
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.5 (default, Mar 20, 2020, 17:08:22) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
If you cannot solve this problem yourself, please go to the yum faq at: http://yum.baseurl.org/wiki/Faq
Interestingly, I found this article: https://access.redhat.com/solutions/4256291.
Does anyone know of a work around? Any help is greatly appreciated.
Thank you,
Alicia