good side of this is I learned a lot, down side, still not working.
I am using Oracle Linux 6.4, so I had to download [deluged: 1.3.900-dev] from GIT (learned git and git clone and pull...)
followed by [libtorrent-rasterbar-0.16.11], git again
got [boost 1.41.0-17.el6_4] via yum
compiled libtorrent, then trying to get deluge starting, keep getting this
Code: Select all
[user@linux deluge]# 13:38:52.414 [ERROR ][deluge.main :1088] No module named libtorrent
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.3.900_dev-py2.6.egg/deluge/main.py", line 253, in run_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge-1.3.900_dev-py2.6.egg/deluge/core/daemon.py", line 125, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.6/site-packages/deluge-1.3.900_dev-py2.6.egg/deluge/core/core.py", line 37, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.6/site-packages/deluge-1.3.900_dev-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
Code: Select all
[root@linux lib]# ls -ltr
total 344540
-rwxr-xr-x 1 root root 91929405 Sep 21 12:44 libtorrent-rasterbar.so.7.0.0
lrwxrwxrwx 1 root root 29 Sep 21 12:44 libtorrent-rasterbar.so.7 -> libtorrent-rasterbar.so.7.0.0
lrwxrwxrwx 1 root root 29 Sep 21 12:44 libtorrent-rasterbar.so -> libtorrent-rasterbar.so.7.0.0
-rwxr-xr-x 1 root root 1078 Sep 21 12:44 libtorrent-rasterbar.la
-rw-r--r-- 1 root root 260864762 Sep 21 12:44 libtorrent-rasterbar.a
drwxr-xr-x 2 root root 4096 Sep 21 12:44 pkgconfig
[root@linux lib]# pwd
/usr/local/lib