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)
