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