[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: dav_svn__get_inherited_props_report and NetBSD 5.2 install

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 10 Jul 2013 11:42:36 +0100

Branko Čibej <brane_at_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
Received on 2013-07-10 12:43:14 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.