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

Re: Compiling subversion with javahl support?

From: Bjørn T Johansen <btj_at_havleik.no>
Date: 2005-05-11 23:21:14 CEST

Hermann Voßeler wrote:
> Bjørn T Johansen wrote:
>
>> I have compiled subversion 1.1.4 with --enable-javahl but subclipse
>> still tells me it
>> doesn't find any javahl. What am I missing?
>>
>> Regards,
>>
>> BTJ
>>
> Points to consider.
> - did the build indeed create a libsvnjavahl-1.so
> - was this properly installed (to a "trusted linker dir" od with
> ldconfig)
> - Wrapper script to tell eclipse the location of the lib
> ----------------
> #!/bin/sh
> export LD_LIBRARY_PATH=/usr/local/lib
> exec /opt/eclipse/3.1M6/eclipse -vm $JAVA_HOME/jre/bin/java -data
> ~/devel/workspc $@ -vmargs -Xmx900M
> ----------------
>

That did the trick... It is installed in /usr/local/lib and ldconfig has been run and
ld.so.conf contains /usr/local/lib, but I needed to provide the env. variable
LD_LIBRARY_PATH to make eclipse find the javahl libs....

BTJ
Received on Thu May 12 07:21:14 2005

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.