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

Re: undefined symbol apr_file_mtime_set

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-24 19:43:34 CEST

On Sat, 2004-07-24 at 12:20, Alberto Squassabia wrote:
> Rookie question, probably. Bear with me, please.
>
> I'm a newcome to subversion, in the process of
> installing a subversion server on apache2/SuSE 9.0.
> I have total control on the server, so I can do
> what I please, but it does not mean it works . . ..
>
> as I try to load mod_dav_svn.so, I get the error
>
> Cannot load /usr/lib/apache2/mod_dav_svn.so into
> server: /usr/lib/libsvn_subr-1.so.0: undefined symbol:
> apr_file_mtime_set

I'm assuming that you're using a 1.0 version of Subversion?

The function 'apr_file_mtime_set' was added to APR a very long time
ago. I think you're using an apache that's too old for Subversion.
Subversion has required at least apr-0.9.5 (which ships with
httpd-2.0.48) ever since last november (svn 0.33, which was
pre-alpha!). So httpd-2.0.47/apr-0.9.4 isn't going to work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 24 19:45:05 2004

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.