On Thu, Apr 2, 2009 at 7:22 AM, Stefan Sperling <stsp_at_elego.de> wrote:
...
> This is your problem:
>
> /disk3/extsrc/subversion-1.6.0-pkgs/subversion-1.6.0/subversion/tests/libsvn_fs/
> .libs/lt-fs-test: symbol lookup error:
> /disk3/extsrc/subversion-1.6.0-pkgs/subversion-1.6.0/subversion/libsvn_subr/.libs/libsvn_subr-1.so.0: undefined symbol: apr_hash_clear
>
> Your Subversion binaries and libraries are not picking up the right
> libraries they depend on. Check them with ldd.
>
> You should deinstall any prevision Subversion libraries you might
> have installed before compiling Subversion 1.6.0.
>
> And please make sure you do not have several versions of APR lying
> around on your system that the linker might pick up errornously
> at link time *or* run time.
>
> People compiling their own builds run into this problem quite frequently
> because of bugs in libtool. We cannot fix it, but some of us (e.g. me)
> are getting increasingly annoyed by it.
Stefan, thanks for your help--I'll take your advice.
Isn't that something that configure could detect with the right test?
-Tom
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1518494
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-02 14:38:45 CEST