Loïc Minier wrote:
Hi,
On Wed, Jan 16, 2008, Andrzej Buchowicz wrote:
[EMAIL PROTECTED]:~$ ldd /usr/local/eclipse/eclipse
linux-gate.so.1 => (0xffffe000)
libgtk-x11-2.0.so.0 => not found
libgdk_pixbuf-2.0.so.0 => not found
libgobject-2.0.so.0 => not found
libgdk-x11-2.0.so.0 => not found
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f09000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7f05000)
libc.so.6 => /lib32/libc.so.6 (0xf7dda000)
/lib/ld-linux.so.2 (0xf7f30000)
It looks like:
- you're running on amd64 on an amd64 install and kernel
I have Intel Pentium 4 CPU and amd64 version of Debian
- you're not running the packaged eclipse program but a local one;
perhaps you should use the packaged eclipse for amd64?
I have installed packaged eclipse for amd64. It is working (on
sun-java5-jre/jdk) but it is an older version 3.2. Current version of
Eclipse (3.3) significantly enhances the previous one.
- you seem to be trying to run a local eclipse download for 32-bits
instead of a 64-bits one; perhaps you can download a 64-bits one?
I am trying to run eclipse downloaded from the project site. There is
only download for Linux with no possibility of choice between 32- and
64-bit version.
- if you insist on running a non-Debian 32-bits eclipse under amd64,
you'll probably need "ia32-libs-gtk" which contains a set of 32-bits
library copied from i386 but installable under amd64 systems; this
should solve the link errors
It is the best solution. I can run downloaded/local Eclipse (v. 3.3) on
java jdk/jre downloaded from the Sun web site.
I am not sure of the influence of the JRE you're using, as Josselin
pointed out, it's best to use Debian's (which is is sun-java5-jre).
Debian's java is a little bit old. The newer version (sun-java6-jre/jdk)
is available only as an unstable package.
In all cases, this is more a support request than a bug against libgtk;
let us know what of the above steps fix your problem. The only bug I
see in libgtk is that we could provide a 32-bits libgtk under amd64; I
prefer not implementing bi-arch since we have support for ia32-libs-gtk
in place already and multiarch should make bi-arch obsolete.
Thank you very much for your help. Installation of 'ia32-libs-gtk'
solved the problem.
Regards,
Andrzej Buchowicz