[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 9 Apr 2013 02:46:44 +0300

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)
Received on 2013-04-09 01:47:20 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.