[CVALE] Problem With Shared Library On Debian
Landon Blake
lblake at ksninc.com
Tue Sep 4 12:50:42 PDT 2007
Thanks Stevo.
I'll give this a try.
Landon
-----Original Message-----
From: cvale-bounces at lists.fire2wire.com
[mailto:cvale-bounces at lists.fire2wire.com] On Behalf Of Steven
Hollingsworth
Sent: Tuesday, September 04, 2007 10:44 AM
To: cvale at cvale.org
Subject: Re: [CVALE] Problem With Shared Library On Debian
On Tue, Sep 04, 2007 at 10:26:16AM -0700, Landon Blake wrote:
>[snip]
>
> "error while loading shared libraries: libgtk-x11-2.0.so.0: cannot
> open shared object file: No such file or directory"
>
> I've never had trouble running Eclipse before, although they may have
> added a dependency to this library in the latest version. I looked
> online for a libgtk-x11-2.0 deb, but I couldn't find one.
I'd try using strace in this instance.
i.e.
$ > strace -f -o strace.dump.file Eclipse_or_whatever_binary
After it's done exiting browse the strace dump file to see where it's
having trouble finding the libraries. My libraries are located here.
/usr/lib/libgtk-x11-2.0.so.0
which belong to package (I'm using gentoo, but the package name should
pretty much be the same)
x11-libs/gtk+-2.10.13
Once you look through the trace file and see where it's having trouble
i.e. "file not found" you may have to do a soft link.
ln -s /usr/lib/libgtk-x11-2.1.0
/usr/lib/__to_whatever_file_the_trace_expects
> Has anyone else had this problem? Can anyone give me some suggestions
> on how to fix it?
>
> P.S. - I'm running the latest version of Debian testing and I was
> trying to use the Europa build of Eclipse.
HTH,
~ stevo
Warning:
Information provided via electronic media is not guaranteed against defects including translation and transmission errors. If the reader is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this information in error, please notify the sender immediately.
More information about the cvale
mailing list