On Thu, Apr 17, 2008 at 11:18 PM, Kris <kris_at_theendless.org> wrote:
> One last thing:
>
> ldd -r /usr/local/lib/libsvn_ra_dav-1.so.0
> linux-gate.so.1 => (0xffffe000)
> libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0
> (0x40034000)
> libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x4003d000)
> libaprutil-1.so.0 => /services/apache-svn/lib/libaprutil-1.so.0
> (0x40067000)
> libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4007d000)
> libapr-1.so.0 => /services/apache-svn/lib/libapr-1.so.0 (0x4009d000)
> librt.so.1 => /lib/tls/librt.so.1 (0x400c0000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x400c9000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x400fc000)
> libdl.so.2 => /lib/libdl.so.2 (0x4010e000)
> libz.so.1 => /lib/libz.so.1 (0x40112000)
> libc.so.6 => /lib/tls/libc.so.6 (0x40125000)
> libsqlite3.so.0 => /usr/local/lib/libsqlite3.so.0 (0x40246000)
> /lib/ld-linux.so.2 (0x80000000)
>
> No unresolved dependancies there.
Right, but I don't think libsvn_ra_dav is directly built against
OpenSSL (from which the error seems to come). It should be linked
against libneon, which is linked either to OpenSSL or GnuTLS.
However, if you built a recent trunk version, you shouldn't have a
libsvn_ra_dav anymore: it's been renamed to libsvn_ra_neon. Having an
old lib lying around could explain any number of weird problems.
Could you have a close look at it again, please?
Bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-23 22:00:05 CEST