Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2005 16:20:35 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        kalin mintchev <kalin@el.net>
Cc:        freebsd-java@freebsd.org
Subject:   Re: eclipse
Message-ID:  <20050306032035.GA29305@osiris.chen.org.nz>
In-Reply-To: <58246.24.90.34.93.1110068341.squirrel@24.90.34.93>
References:  <58246.24.90.34.93.1110068341.squirrel@24.90.34.93>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 05, 2005 at 07:19:01PM -0500, kalin mintchev wrote:
> 
> hi all..
> 
> i sent this to the genereel bsd list but i haven't gotten any relys. maybe
> here i'll have more luck...
> 
> i'm trying to run the linux eclipse on a 5.3 release. i have all the java
> set up. when i tried to run it i got:

Not a good move. Linux binaries under FreeBSD are buggy, problematic
at best.

> /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
> 
> so i got the rpm for gtk2-2.4.13-2.1.src.rpm and installed using rpm. i
> didn't get any errors with the rpm and now i have libgtk* under
> /usr/X6R11/lib

Looks like you trashed your FreeBSD binaries here. Linux binaries
are generally installed /usr/compat/linux/* via the ports. You can't
install Linux rpm's directly under FreeBSD.

> it wasn't libgtk-x11-2.0.so.0 but libgtk-x11-2.0.so.400. so i lnked it like:
> 
> #ln -s /usr/X11R6/lib/libgtk-x11-2.0.so.400
> /usr/X11R6/lib/libgtk-x11-2.0.so.0
> 
> i also tried linking it under /usr/compat/linux/usr/X11R6/lib.
> 
> still nothing...
> 
> where is eclipse looking for those libs?

Here's a thought: Why don't you use the FreeBSD port for eclipse
instead?
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
"If you wish your merit to be known, acknowledge that of other people"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050306032035.GA29305>