Branko Čibej <br...@wandisco.com> writes:

> You could also try:
>
> nm  /usr/pkg/libexec/mod_dav_svn.so | grep 
> dav_svn__get_inherited_props_report 
>
> that will, unlike 'strings', tell you if the symbol is actually exported
> from the shared library.

Or perhaps "objdump -T" instead of "nm".

reports/inherited-props.c is new in 1.8 so if you somehow built the 1.8
mod_dav_svn source code with the 1.7 rules then perhaps that file was
not compiled or linked.  That would cause warnings about undefined
symbols at build time but such warnings are sometimes ignored.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com

Reply via email to