Re: deluge blank screen
Posted: Wed Dec 31, 2008 6:29 pm
Well in my instalation I have /usr/lib/python2.5/site-packages/deluge/libtorrent.so wich is installed by deluge, do you have this file?
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
Code: Select all
peratu@hp ~ $ ls -l /usr/lib/python2.5/site-packages/deluge/libtorrent.so
-rwxr-xr-x 1 root root 5892024 Dec 31 18:45 /usr/lib/python2.5/site-packages/deluge/libtorrent.so
Try this:peratu wrote:Yes I have:
Code: Select all
peratu@hp ~ $ ls -l /usr/lib/python2.5/site-packages/deluge/libtorrent.so -rwxr-xr-x 1 root root 5892024 Dec 31 18:45 /usr/lib/python2.5/site-packages/deluge/libtorrent.so
Code: Select all
$ python
>>> import deluge.libtorrent
Code: Select all
peratu@hp ~ $ python
Python 2.5.2 (r252:60911, Dec 31 2008, 17:51:46)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import deluge.libtorrent
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libboost_python-mt.so)
>>>
Code: Select all
peratu@hp ~ $ ls -l /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6
lrwxrwxrwx 1 root root 18 Dec 18 22:21 /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6 -> libstdc++.so.6.0.8
Code: Select all
emerge --unmerge =gcc-4.1.2
Code: Select all
emerge --unmerge gcc-config
Code: Select all
emerge gcc
Code: Select all
fix_libtool_files.sh 4.3.2
Code: Select all
emerge --unmerge azureus