Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?!
SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?! [message #437409] Thu, 03 June 2004 22:13 Go to next message
Eclipse UserFriend
Originally posted by: rtam.demandtec.com

Hi,

I just download the build:

eclipse-SDK-3.0RC1-linux-gtk-amd64.zip

for my AMD64 machine, running

Linux sshah2 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:11:50 EST 2004
x86_64 x86_64 x86_64 GNU/Linux


got the following exception, the lib file exist and i have permission to
access it. please help...

Thanks,
Raymond

====================================================



!SESSION Jun 02, 2004
10:26:19.406 ---------------------------------------------
eclipse.buildId=I200405290105
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US
!ENTRY org.eclipse.osgi Jun 02, 2004 10:26:19.407
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0
/os/linux/amd64/libswt-pi-gtk-3054.so:
/tmp/eclipse/plugins/org.eclipse.swt.gtk6
4_3.0.0/os/linux/amd64/libswt-pi-gtk-3054.so: cannot open shared object
file: No
such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469)
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:10 0)
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:121)
at
org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:267)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Applicati
on.java:122)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:72
)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformAct
ivator.java:334)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.ja
va:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.ja
va:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:638)
at org.eclipse.core.launcher.Main.main(Main.java:622)
Re: SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?! [message #437413 is a reply to message #437409] Fri, 04 June 2004 00:01 Go to previous messageGo to next message
Andrew Cornwall is currently offline Andrew CornwallFriend
Messages: 3
Registered: July 2009
Junior Member
Raymond Tam wrote:
> Hi,
>
> I just download the build:
>
> eclipse-SDK-3.0RC1-linux-gtk-amd64.zip
>
> for my AMD64 machine, running
>
> Linux sshah2 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:11:50 EST 2004
> x86_64 x86_64 x86_64 GNU/Linux
>
>
> got the following exception, the lib file exist and i have permission to
> access it. please help...

> java.lang.UnsatisfiedLinkError:
> /tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0
> /os/linux/amd64/libswt-pi-gtk-3054.so:
> /tmp/eclipse/plugins/org.eclipse.swt.gtk6
> 4_3.0.0/os/linux/amd64/libswt-pi-gtk-3054.so: cannot open shared object
> file: No
> such file or directory

Just a guess, have you tried adding
/tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0/os/linux/am d64 to your
LD_LIBRARY_PATH?

Andrew Jr.

============================================================ ==========
IBM Phoenix Labs (OTI)
11811 North Tatum Boulevard, Suite 2400
Phoenix, Arizona, USA 85028-1614
Re: SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?! [message #437414 is a reply to message #437413] Fri, 04 June 2004 00:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rtam.demandtec.com

yes, tried that, it didn't help, i got the exact same error.

any other suggestions?
thanks,
raymond



"Andrew Cornwall" <nobody@127.0.0.1> wrote in message
news:c9odmc$mm6$1@eclipse.org...
> Raymond Tam wrote:
> > Hi,
> >
> > I just download the build:
> >
> > eclipse-SDK-3.0RC1-linux-gtk-amd64.zip
> >
> > for my AMD64 machine, running
> >
> > Linux sshah2 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:11:50 EST 2004
> > x86_64 x86_64 x86_64 GNU/Linux
> >
> >
> > got the following exception, the lib file exist and i have permission to
> > access it. please help...
>
> > java.lang.UnsatisfiedLinkError:
> > /tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0
> > /os/linux/amd64/libswt-pi-gtk-3054.so:
> > /tmp/eclipse/plugins/org.eclipse.swt.gtk6
> > 4_3.0.0/os/linux/amd64/libswt-pi-gtk-3054.so: cannot open shared object
> > file: No
> > such file or directory
>
> Just a guess, have you tried adding
> /tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0/os/linux/am d64 to your
> LD_LIBRARY_PATH?
>
> Andrew Jr.
>
> ============================================================ ==========
> IBM Phoenix Labs (OTI)
> 11811 North Tatum Boulevard, Suite 2400
> Phoenix, Arizona, USA 85028-1614
Re: SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?! [message #437427 is a reply to message #437409] Fri, 04 June 2004 12:59 Go to previous messageGo to next message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Raymond,

Can you go to the folder /tmp/eclipse/plugins/org.eclipse.swt.gtk6
4_3.0.0/os/linux/amd64, type in the following command and paste the output:
ldd libswt-pi-gtk-3054.so

Where can your distribution be obtained from?

Chris
Re: SWT/AMD64/cannot open shared object libswt-pi-gtk-3054.so ?! [message #437480 is a reply to message #437427] Fri, 04 June 2004 16:53 Go to previous message
Eclipse UserFriend
Originally posted by: rtam.demandtec.com

here is the output.

/tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0/os/linux/am d64 $ ldd
libswt-pi-gtk-3054.so
libgtk-x11-2.0.so.0 => /usr/lib64/libgtk-x11-2.0.so.0 (0x0000002a956b3000)
libgdk-x11-2.0.so.0 => /usr/lib64/libgdk-x11-2.0.so.0 (0x0000002a95a29000)
libatk-1.0.so.0 => /usr/lib64/libatk-1.0.so.0 (0x0000002a95ba7000)
libgdk_pixbuf-2.0.so.0 => /usr/lib64/libgdk_pixbuf-2.0.so.0
(0x0000002a95cc5000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a95dd9000)
libpangoxft-1.0.so.0 => /usr/lib64/libpangoxft-1.0.so.0
(0x0000002a95f61000)
libpangox-1.0.so.0 => /usr/lib64/libpangox-1.0.so.0 (0x0000002a96086000)
libpango-1.0.so.0 => /usr/lib64/libpango-1.0.so.0 (0x0000002a96194000)
libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x0000002a962d1000)
libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x0000002a9640c000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000002a9650f000)
libgthread-2.0.so.0 => /usr/lib64/libgthread-2.0.so.0 (0x0000002a96612000)
libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x0000002a96718000)
libXtst.so.6 => /usr/X11R6/lib64/libXtst.so.6 (0x0000002a96889000)
libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000002a9698f000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a96aa3000)
libX11.so.6 => /usr/X11R6/lib64/libX11.so.6 (0x0000002a96ce6000)
libXrandr.so.2 => /usr/X11R6/lib64/libXrandr.so.2 (0x0000002a96eda000)
libXi.so.6 => /usr/X11R6/lib64/libXi.so.6 (0x0000002a96fde000)
libXext.so.6 => /usr/X11R6/lib64/libXext.so.6 (0x0000002a970e6000)
libXft.so.2 => /usr/X11R6/lib64/libXft.so.2 (0x0000002a971f7000)
libXrender.so.1 => /usr/X11R6/lib64/libXrender.so.1 (0x0000002a9730c000)
libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x0000002a97414000)
libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x0000002a97548000)
libz.so.1 => /usr/lib64/libz.so.1 (0x0000002a976a9000)
/lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
(0x000000552aaaa000)
libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x0000002a977b7000)
/tmp/eclipse/plugins/org.eclipse.swt.gtk64_3.0.0/os/linux/am d64 $


I download eclispe from the main eclispe site:
http://www.eclipse.org/downloads/index.php

at

http://download2.eclipse.org/downloads/drops/S-3.0RC1-200405 290105/download.php?dropFile=eclipse-SDK-3.0RC1-linux-gtk-am d64.zip



thanks,
raymond



"Christophe Cornu" <christophe_cornu@ca.ibm.com> wrote in message
news:c9prmk$94g$1@eclipse.org...
> Hi Raymond,
>
> Can you go to the folder /tmp/eclipse/plugins/org.eclipse.swt.gtk6
> 4_3.0.0/os/linux/amd64, type in the following command and paste the
output:
> ldd libswt-pi-gtk-3054.so
>
> Where can your distribution be obtained from?
>
> Chris
>
Previous Topic:whether this feature is included in eclipse
Next Topic:efficent way to sort a table?
Goto Forum:
  


Current Time: Fri Apr 26 10:56:22 GMT 2024

Powered by FUDForum. Page generated in 0.03129 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top