Daniel Shahaf <d...@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

Reply via email to