Re: libsvnjavahl with 0.9.21 on linux - help
From: Michael Schnake <schnake_at_composition.de>
Date: 2004-10-06 18:42:49 CEST
Hi everyone, my first mail to this list...
I got it working, and perhaps this summary on the topic helps others,
To test wether your *existing* libsvnjavahl-1.so is found and has no
public class JavahlTest {
If you get an exception like "java.lang.UnsatisfiedLinkError: no
$> LD_LIBRARY_PATH="/usr/lib" java -cp . JavahlTest
or
$> java -Djava.library.path=/usr/lib -cp . JavahlTest
or
$> ln -s /usr/lib/libsvnjavahl-1.so .
If that works use one of the ways (as explained in plenty of the other
If you get some exception complaining about "undefined symbol" from
$> ldd -r /usr/lib/libsvnjavahl-1.so
and you should see a good number of those "undefined symbol" errors.
For background info see
You should follow the Step-by-Step Linux installation guide at
If you already now who to compile subversion with javahl support (you
1. Run configure as usual
2. Edit Makefile , find the line
3. Run make, make javahl etc. as usual.
Or upgrade to libtool-1.5.... ;-)
Hope this helps...
|
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.