[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion tries to link to wrong neon lib.

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Fri, 27 Mar 2009 02:35:21 +0300

Greetings, Oliver Frick!

OF> I have compiled Subversion 1.6 on OS X 10.5.6.
OF> Now I cannot access repositories with http(s)-urls because
OF> libsvn_ra_neon tries to link against an old version (0.26.1)
OF> of the neon lib installed in /usr/lib and not the one it was
OF> configured to use, a neon 0.28.4 compiled by myself,
OF> installed at /usr/local/lib.

OF> svn's config.log says it uses v0.28.4 from /usr/local/lib,
OF> and subversion compiles and installs fine.
OF> But when I use svn to access a repository with http(s), I
OF> get this error:

OF> dyld: lazy symbol binding failed: Symbol not found:
OF> _ne_set_connect_timeout
OF> Referenced from: /usr/local/lib/libsvn_ra_neon-1.0.dylib
OF> Expected in: flat namespace

Looks you have different PATH variable for active user and HTTP daemon.
Either correct it to point to /usr/local/lib first, or go the fool-proof way:

LoadFile /right/path/to/library_name.ext
LoadFile /another/prerequisite
LoadModule svn_dav_module /where/you/have/it/dav_svn.so

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 27.03.2009, <2:31>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1436987
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-27 06:39:21 CET

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.