RE: Subversion tries to link to wrong neon lib.
From: Matt Connolly <matt_at_soundevolution.com.au>
Date: Sat, 25 Apr 2009 00:56:21 -0700 (PDT)
I found it.
Previously, the file /usr/local/lib/libsvn_ra_neon-1.0.dylib was linking against the built in neon lib: /usr/lib/libneon.dylib
using otool on the build subversion ra_neon library, I saw that it was expecting neon version 2.7 and Mac OS X built in is version 2.6.
That particular function "ne_set_connect_timeout" is new in 2.7 causing the subversion RA to fail loading.
I downloaded also the subversion dependencies and copied them all into the subversion directory. Then I built like this:
% ./configure --with-ssl --disable-neon-version-check --without-apsx
viola.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.