Update:
I reverted to Subversion 1.1.4 and rebuilt successfully and now Apache
starts OK.
This appears to be a 1.2.3 issue.
Paul
On 27 Sep 2005, at 16:59, Paul Nixon wrote:
> 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 Wed Sep 28 14:42:54 2005