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

Re: M7 build linux tip

From: Alvin Thompson <al_at_thompsonlogic.com>
Date: 2004-03-02 17:28:34 CET

for any fc1 users out there, i figured it out. the plugin requires
'libexpat.so.1'. for some reason, redhat's versions of expat only
provide libexpat.so.0 even though version numbers are over 1 (i'm using
1.95.7-1). this is probably redhat's fault, as it should be provided. if
you create a symlink:

ln -s /usr/lib/libexpat.so.0.5.0 /usr/lib/libexpat.so.1

it seems to work (but i haven't tested extensively).

-alvin

Alvin Thompson wrote:
> blech, it still doesn't work here. using linux fc1 w/ 1.0.0-2 rpms and
> subclipse-M7-all-r473-svn1.0.
>
> -alvin
>
>
> McClain Looney wrote:
>
>> Greetings,
>>
>> Somehow libsvnjavahl.so gets its permissions set to mode 644 during
>> the packaging of the drop. This will cause ld to fail loading the
>> library, resulting in a NoClassDefFound at
>> org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.<init>(JhlClientAdapter.java:102)
>>
>>
>> To fix this, chmod 755 the libsvnjavahl.so in the plugin core directory.
>>
>> Hopefully this will be rectified in the next drop.
>>
>>
>

-- 
Alvin Thompson
Navy: 34
Army: 6
Received on Wed Mar 3 03:28:34 2004

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

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