从源错误编译python与共享库加载错误

时间:2011-07-08 01:41:48

标签: python compiler-construction shared-libraries

当我尝试运行python时,我收到错误:

python2.6:加载共享库时出错:libpython2.6.so.1.0:无法打开共享对象文件:没有这样的文件或目录

我之前编译过的python没有任何问题,并且运行得很好。我没有启用--with-threads或--enable-shared。现在我启用了这两个编译选项,在尝试运行它时会出现此错误。文件libpython在$ HOME / lib中,python在$ HOME / bin中。

1 个答案:

答案 0 :(得分:0)

sudo ldconfig -n $HOME/lib

应该解决这个问题。否则,strace python并粘贴结果。