undefined symbol: g_array_unref
Posted: Sun Sep 06, 2009 6:03 pm
First time I've tried this application, and it looks like it will do everything I want it to, but I can't get it to launch.
I installed the latest package (1.1.9) from an OpenSUSE repository, and I get the following error when I tried to start it from the command line:
I thought I had the appropriate packages, but I am unsure of where to go from here. Can anyone offer some advice?
I installed the latest package (1.1.9) from an OpenSUSE repository, and I get the following error when I tried to start it from the command line:
Code: Select all
alexius@chance:~> deluge
[ERROR ] 14:01:32 ui:84 /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 65, in __init__
from deluge.ui.gtkui.gtkui import GtkUI
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 44, in <module>
import gtk, gtk.glade
File "/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
from gtk import _gtk
ImportError: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_array_unref
[ERROR ] 14:01:32 ui:85 There was an error whilst launching the request UI: gtk
[ERROR ] 14:01:32 ui:86 Look at the traceback above for more information.