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

SVN 1.2.3: Apache Won't Start: undefined symbol: svn_repos_fs_revision_proplist

From: Paul Nixon <paul.nixon_at_orbism.com>
Date: 2005-09-27 17:59:57 CEST

I'm getting the following error when starting Apache configured as an
svn server for svn version 1.2.3, which I built from source:

> Syntax error on line 232 of /opt/subversion/apache/conf/httpd.conf:
> Cannot load /opt/subversion/apache/modules/mod_dav_svn.so into server:
> /opt/subversion/apache/modules/mod_dav_svn.so: undefined symbol:
> svn_repos_fs_revision_proplist

A web search suggests that this may be caused by mod_dav_svn.so finding
pre-1.1 versions of the svn libraries.

I'm at pains to see how this can apply to me. I listed all files
/usr/local/lib/libsvn* and /usr/local/lib/libneon* and they all have
creation dates of "today", indicating they were built as part of my svn
make.

I have a "private" Apache install for subversion in
/opt/subversion/apache and the file
/opt/subversion/apache/mod_dav_svn.so has a creation date that confirms
it also was built from the svn make.

To make svn I used the following commands, to ensure that svn is built
using the private Apache install:

> ./configure --with-apxs=/opt/subversion/apache/bin//apxs
> --with-apr=/opt/subversion/apache
> --with-apr-util=/opt/subversion/apache

Have I missed something?

Any help appreciated.

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 18:33:33 2005

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.