我在 Centos 6.10 上安装了 nvidia-drivers,其中包含一个 --skip-broken 标志,并且可能损坏了 yum。每当我运行yum
命令时,都会弹出此错误。
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by /lib64/libgcc_s.so.1)
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, Jun 20 2019, 14:14:55)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
我偶然发现了这个关于安装缺少的 GLIBC 版本的线程,但我在步骤 8 中遇到了这个错误../configure --prefix=/opt/glibc-2.14
checking for forced unwind support... no
configure: error: forced unwind support is required
然后把我带到了这个论坛帖子,上面说我应该通过 yum 安装 libunwind。这是我最初的问题,因此让我陷入了僵局。我应该怎么办?