[FIXED] deluge blank screen
Re: deluge blank screen
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?
Re: deluge blank screen
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
Re: deluge blank screen
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
Re: deluge blank screen
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
[GCC 4.3.2] on linux2
ImportError: /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/
Re: deluge blank screen
############## PROBLEM FIXED ###############
I have uninstalled gcc-4.1.2
I have uninstalled gcc-config
I have re-merged (and updated) gcc (4.3.2 version)
And I have made:
Now, deluge works fine.
Thanks to all people who has helped me
And finally... xD
I have uninstalled gcc-4.1.2
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
Thanks to all people who has helped me

And finally... xD
Code: Select all
emerge --unmerge azureus