On 10/07/2013 8:42 PM, Philip Martin wrote:
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.

That may have happened due to pkgsrc's build setup.
I'll bounce this back to the pkgsrc people and see what they think.

Thank you

Carl


Reply via email to