LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   missing libgtk-x11-2.0.so.0 (https://www.linuxquestions.org/questions/linux-software-2/missing-libgtk-x11-2-0-so-0-a-403670/)

vlaspld 01-15-2006 01:27 PM

missing libgtk-x11-2.0.so.0
 
I want to install Azureus but I have the following error:
Code:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libswt-pi-gtk-3138.so: Shared object "libgtk-x11-2.0.so.0" not found, required by "libswt-pi-gtk-3138.so"
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:834)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(Unknown Source)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown Source)
        at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Unknown Source)
        at org.gudy.azureus2.ui.swt.Main.<init>(Unknown Source)
        at org.gudy.azureus2.ui.swt.Main.main(Unknown Source)

Can anyone tell me how to resolve this?

acid_kewpie 01-15-2006 01:50 PM

what distro is it? that file is normally part of gtk2, have you got that installed?

vlaspld 01-15-2006 03:10 PM

Thank you Cris for youre reply

I'm working on FreeBSD 6.0

The GKT2 is gecompiled (version GKT-2.6.9)
When i preform a locate i get the following:

Code:

$ locate libgtk-x11-2.0.so
/usr/X11R6/lib/libgtk-x11-2.0.so
/usr/X11R6/lib/libgtk-x11-2.0.so.600

The "/usr/X11R6/lib/libgtk-x11-2.0.so" is a link to the "/usr/X11R6/lib/libgtk-x11-2.0.so.600"

any other sugestions?

acid_kewpie 01-15-2006 03:14 PM

here's a tip... if you're on FreeBSD, don't post in a forum who's name starts with "Linux"

either way though, just create a symlink to the right filename, most likely it'll be fine.


All times are GMT -5. The time now is 08:29 AM.