在编译安装python2.7后,在bin目录下执行./python2.7出现如下错误:

./python2.7: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory。这是因为缺少了libpython2.7.so.1.0。

解决办法如下:

1.使用root账户编辑文件/etc/ld.so.conf。

vi /etc/ld.so.conf

在其后添加一行,内容为安装的python2.7的lib目录,保存退出,如:

/home/xxx/python2.7/lib

2. 执行命令,使配置生效。

/sbin/ldconfig -v

 3.再次执行./python2.7就不会再出现此错误了。

 

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐