Your message dated Wed, 16 Jan 2008 12:02:55 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460919: libgtk2.0-0: error while loading shared libraries:
libgtk-x11-2.0.so.0
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libgtk2.0-0
Version: 2.8.20-7
Severity: important
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libgtk2.0-0 depends on:
ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector
graphics libra
ii libfontconfig1 2.4.2-1.2 generic font configuration
library
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgtk2.0-common 2.8.20-7 Common files for the GTK+
graphica
ii libjpeg62 6b-13 The Independent JPEG
Group's JPEG
ii libpango1.0-0 1.14.8-5 Layout and rendering of
internatio
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libtiff4 3.8.2-7 Tag Image File Format
(TIFF) libra
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension
librar
ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes'
extensio
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension
client libra
Versions of packages libgtk2.0-0 recommends:
ii hicolor-icon-theme 0.8-4 default fallback theme for
FreeDes
ii libgtk2.0-bin 2.8.20-7 The programs for the GTK+
graphica
-- no debconf information
I am trying to execute Eclipse IDE extracted from
eclipse-jee-europa-fall2-linux-gtk.tar.gz
The following error message is displayed:
[EMAIL PROTECTED]:~$ /usr/local/eclipse/eclipse
/usr/local/eclipse/eclipse: error while loading shared libraries:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or
directory
I am using the following java environment:
[EMAIL PROTECTED]:~$ java -version
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
The same error message is displayed if gij (GNU libgcj) version 4.1.2
20061115 (prerelease) (Debian 4.1.1-20) java is used.
The same Eclipse IDE with Sun's java works perfectly on Fedora 8 (64 bit)
--- End Message ---
--- Begin Message ---
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
- you're not running the packaged eclipse program but a local one;
perhaps you should use the packaged eclipse for amd64?
- 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?
- 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
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).
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.
(Closing this bug.)
Cheers,
--
Loïc Minier
--- End Message ---