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

Re: [Subclipse-users] Subclipse 1.4.4 Causes Segfault on OSX

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 9 Sep 2008 16:12:35 -0400

On Tue, Sep 9, 2008 at 4:08 PM, Troy Daley <tfandango_at_gmail.com> wrote:
> Indeed, it appears that I'm unable to pass any of these tests. I've tried
> it with the -Djava.library.path argument both set and not set. I'm
> attaching the output. Also, the file it seems to be complaining about
> (/opt/local/lib/libsvnjavahl-1.0.0.0.dylib) exists with what I think are
> correct permissions (-rwxr-xr-x 2 root admin 251244 Sep 9 11:13
> /opt/local/lib/libsvnjavahl-1.0.0.0.dylib
> ).

The error is that there is an unsatisfied link. This means that the
library was found but when it was loading the library had a problem
loading one of its dependencies. In theory, MacPorts ought to have
taken care of installing the dependencies. Try this command:

otool -L /opt/local/lib/libsvnjavahl-1.0.0.0.dylib

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-09-09 22:12:46 CEST

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.