Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] libpango UnsatisfiedLinkError.

Hello all,

I have a problem loading both eclipse 2.0.2, and 2.1 M5.
This stack trace is from M5, but I get same thing from 2.0.2 as well.
I am running Linux Mandrake 9.0.
Which has pango-1.0.4-1mdk, and  libpango1.0_0-1.0.4-1mdk.

java.lang.UnsatisfiedLinkError: 
/usr/java/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86/libswt-pi-gtk-2128.so: 
/usr/lib/libpangoxft-1.0.so.0: undefined symbol: FT_Seek_Stream
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:832)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:104)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:443)
        at org.eclipse.swt.widgets.Display.create(Display.java:430)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:107)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:295)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1248)
        at 
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)



Back to the top