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

Re: [Subclipse-users] Projects not staying under version control

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-09-27 19:12:49 CEST

Billy O'Connell <billy_oconnell@tanval.com> wrote on 09/27/2006 01:09:04
PM:

> I am still getting errors when selecting Team => SVN
>
> Failed to Load JavaHL Library.
> These are the errors that were encountered:
> no libsvnjavahl-1 in java.library.path
>
/usr/local/lib/libsvnjavahl-1.so.0.0.0:/usr/local/lib/libsvn_ra_dav-1.so:
> undefined symbol:
> xmlCreatePushParserCtxt
> no svnjavahl in java.library.path
> java.library.path=/usr/local/lib:......

I am not enough of a *nix person to help. But this seems like the
relevant piece to me:

/usr/local/lib/libsvn_ra_dav-1.so: undefined symbol:
xmlCreatePushParserCtxt

Translating that to Windows, what I would think is happening is that it is
finding JavaHL but when it loads the library it is failing because one of
its dependencies is failing to load.

That symbol is usually from libxml2. Is that the expat parser?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Sep 27 19:12:56 2006

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.