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

Re: Undefined symbol while loading mod_dav_svn.so

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-19 01:55:23 CET

On Tue, 2003-11-18 at 18:51, Rodolfo Schulz de Lima wrote:

> [rodolfo@servidor /usr/lib]$ nm libapr-0.so.0 | grep apr_file_mtime_set
> 000107ce T apr_file_mtime_set
>
> So, the function is there. Why doesn't libsvn_subr-1.so.0 get it??

Probably because you're running apache 2.0.47, while svn 0.33 requires
apache 2.0.48. mod_dav_svn, when loading into apache, is linking
against the "old" apr that's part of the apache installation.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 19 01:56:21 2003

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.