libtorrent-rasterbar 的 Python 绑定在 debian 上不起作用

libtorrent-rasterbar 的 Python 绑定在 debian 上不起作用

我正在运行 Debian 6.0.6

我从这里下载了最新版本的 libtorrent-rasterbar:http://code.google.com/p/libtorrent/downloads/detail?name=libtorrent-rasterbar-0.16.6.tar.gz&can=2并安装它:

./configure --enable-python-binding
make
make install
cd bindings/python
python setup.py build
python setup.py install

现在我想测试该库是否有效:

>>> import libtorrent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libtorrent-rasterbar.so.7: cannot open shared object file: No such file or directory

发行版存储库中的 libtorrent 打包版本有一些有趣的行为(抱怨 boost 依赖性),所以我决定升级。我的两个 Debian 盒子上都有同样的情况,但 ubuntu 盒子没问题。

相关内容