Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT 4.7 on RedHat 6

Hi all,

Is there a serious reason why SWT 4.7 does not work any more on RedHat 6?

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)

SmartGit 17 users are getting:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
            Can't load library: /home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so
            Can't load library: /home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk.so
            no swt-pi-gtk-4723 in java.library.path
            no swt-pi-gtk in java.library.path
            /home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/nick/.smartgit/17/swt.tmp/libswt-pi-gtk-4723.so)

            at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
            at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
            at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:28)
            at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:118)
            at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:80)
            at org.eclipse.swt.widgets.Display.<clinit>(Display.java:140)
            at com.syntevo.q.gui.cH.a(SourceFile:58)
            at smartgit.adV.a(SourceFile:99)
            at smartgit.aya.a(SourceFile:258)
            at smartgit.aya.a(SourceFile:210)
            at smartgit.aes.b(SourceFile:61)
            at SmartGit.main(SourceFile:11)

RedHat 6 only has glibc 2.12 according to the user's feedback.

--
Best regards,
Thomas Singer
=============
syntevo GmbH
http://www.syntevo.com
http://www.syntevo.com/blog


Back to the top