环境
centos:7基础镜像,MATLAB Runtime v97(简称mcr)已安装,LD_LIBRARY_PATH添加mcr相关目录。
问题过程
centOS7中使用yum报错,提示:
[root@6a1145141919 glnxa64]# 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.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks
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, Oct 14 2020, 14:45:30)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
可以看到是加载/usr/lib64/python2.7/site-packages/pycurl.so的时候有些问题,根据