[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Javahl under linux

From: Gerco Ballintijn <gerco_at_cwi.nl>
Date: 2004-07-21 09:41:49 CEST

ividqwr02@sneakemail.com wrote:
>
> Since then, I've poked around a bit, and I know of three separate Subclipse
> installations into Eclipse 3 which are all unable to use the Javahl bindings.
> All 3 are under linux, so I'm wondering if ANY linux user has javahl working.
> If there are people with it working, what's wrong with all of the
> installations I've found? This obviously isn't a one-off problem anymore.
>

A frequently occuring problem is that the shared libraries on which
your libjavahl.so depends do not exits. So, go to the subclipse core
directory (plugins/org.tigris.subversion.subclipse.core_*), and type
the command:

ldd libsvnjavahl.so

This shows which actual shared libraries are used for which reference.
When some libaries cannot be found (usually libdb-*.so or libexpat.so)
those libaries first need to be installed.

Hope this helps.

Gerco.
Received on Wed Jul 21 17:41:49 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.