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

Re: Problem with mod_dav_svn and svn_repos__post_commit_error_str

From: Chris Wolstenholme <chris_at_blueband.demon.co.uk>
Date: Thu, 16 Jun 2011 09:56:18 +0100

Thanks. That was the problem. A version of svn installed with the os.
Removing the older version fixed it.

Thanks for your help.

Chris

On 16/06/2011 00:11, Daniel Shahaf wrote:
> Do you have a pre-1.6.17 libsvn_repos on the system?
>
> (That symbol is defined by libsvn_repos, and I suspect it's only defined
> by recent versions of that.)
>
> Chris Wolstenholme wrote on Wed, Jun 15, 2011 at 10:35:06 +0100:
>> Hi,
>>
>> I'm having a problem using the mod_dav_svn module with Apache and a
>> newly built subversion (version 1.6.17). This usually works out of
>> the box, but I have an undefined symbol
>> (svn_repos__post_commit_error_str) which means apache can't load the
>> module.
>>
>> The apache version is 2.2.17. The code was built with gcc 4.4.1
>>
>> 'apachectl configtest' results in:
>>
>> httpd: Syntax error on line 72 of httpd.conf: Cannot load
>> mod_dav_svn.so into server: mod_dav_svn.so: undefined symbol:
>> svn_repos__post_commit_error_str
>>
>> 'ldd -r modules/mod_dav_svn.so' shows the symbol as undefined, but
>> looking at the version in the build tree
>> (subversion/mod_dav_svn/.libs/mod_dav_svn.so) it doesn't contain
>> that symbol. It is only added after a relink, which happens at
>> install time.
>>
>> I have seen other undefined symbol problems and solutions posted,
>> but they seem unrelated to this one, and so any help would be
>> appreciated.
>>
>> Thanks in advance,
>>
>> Chris
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1382 / Virus Database: 1513/3705 - Release Date: 06/15/11
>
>
Received on 2011-06-16 11:00:14 CEST

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.