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

Re: Help with compiling

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 09 Apr 2013 08:34:10 +0100

Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:

> Philip Martin wrote on Tue, Apr 09, 2013 at 00:30:21 +0100:
>> Another option is that you built Subversion correctly but something went
>> wrong with the module installation. You can check by running nm on
>> mod_dav_svn.o:
>>
>> $ nm subversion/mod_dav_svn/.libs/mod_dav_svn.o | grep ap_log_error
>>
>> and on the apache module:
>>
>> $ nm subversion/mod_dav_svn/.libs/mod_dav_svn.so | grep ap_log_error
>
> Haven't followed the previous posts, but: wouldn't it be preferable to
> run nm on the installed library?
>
> (e.g., /usr/local/svn-current/libexec/mod_dav_svn.so)

You do both to see whether the installed module matches the one in the
build directory. Perhaps the module wasn't installed properly, due to
permissions say.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-04-09 09:34:48 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.