安装g ++ 4.8时找不到libpython2.7.20.1.0

时间:2018-03-18 22:20:39

标签: g++ g++4.8

我尝试使用以下命令将Centos6系统升级到g ++ 4.8:

$ wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo
$ yum install devtoolset-2-gcc devtoolset-2-binutils
$ yum install devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran

但是我在第2步收到错误:

 #  yum install devtoolset-2-gcc devtoolset-2-binutils
 /usr/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory

我已经安装了anaconda 4.4并且正在从我的Anaconda路径运行Python 3.6。我不确定为什么我在尝试升级g ++时会看到这个错误。

1 个答案:

答案 0 :(得分:0)

修改/etc/ld.so.conf并运行ldconfig,如this answer所示。