[SOLVED] ImportError: libtorrent-rasterbar.so.6
Posted: Wed Feb 02, 2011 3:01 pm
I'm trying to install Deluge 1.3.1 on RHEL6 from source (since there are no Deluge packages in repos or EPEL).
I have installed all dependencies, including libtorrent-rasterbar 0.15.5
libtorrent was installed with
Still, when trying to start Deluge it says
I tried making sudo ldconfig, it did not help..
I have installed all dependencies, including libtorrent-rasterbar 0.15.5
libtorrent was installed with
Code: Select all
./configure --with-boost-libdir=/usr/lib64 --enable-python-binding
make
sudo make install
cd bindings/python/
python setup.py build
sudo python setup.py install
However locate says that the lib is present in /usr/lib:File "/usr/lib/python2.6/site-packages/deluge-1.3.1-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: libtorrent-rasterbar.so.6: cannot open shared object file: No such file or directory
Code: Select all
$ locate libtorrent | grep /usr/local
/usr/local/lib/libtorrent-rasterbar.a
/usr/local/lib/libtorrent-rasterbar.la
/usr/local/lib/libtorrent-rasterbar.so
/usr/local/lib/libtorrent-rasterbar.so.6
/usr/local/lib/libtorrent-rasterbar.so.6.0.0
/usr/local/lib/pkgconfig/libtorrent-rasterbar.pc
/usr/local/lib64/python2.6/site-packages/libtorrent.so
/usr/local/lib64/python2.6/site-packages/python_libtorrent-0.15.5-py2.6.egg-info