On Tue, 20 Sep 2005, Julian Foad wrote:
...
> Joshua Varner wrote:
> >On 9/20/05, Julian Foad <julianfoad@btopenworld.com> wrote:
> >
> >>Joshua Varner wrote:
> >>
> >>>I get an error in ra-local-test, but I get that with a
> >>>straight trunk build, too.
> >>>
> >>>START: ra-local-test
> >>>lt-ra-local-test: relocation error:
> >>>/work/test/svn/svn-trunk/subversion/libsvn_fs/.libs/libsvn_fs-1.so.0:
> >>>undefined symbol: svn_ver_equal
> >>>END: ra-local-test
> >>
> >>That looks like it's linking with the wrong (old) copy of (some of) the
> >>libraries, so please try to resolve that problem before trusting the test
> >>results.
> >
> >My auto-tools fu is weak.
> >
> >I did a distclean, autogen, configure and re-build, but I get the same
> >errors.
>
> Sorry, I'm no good at link problems.
Try setting LD_DEBUG=all (and prepare for a lot of output), and then run ldd
on the .so to see what it's linked against.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 21 20:53:08 2005