pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: subversion 1.8 Undefined PLT symbol
the only place I've found it in the source is :
find . -type f -exec grep dav_svn__get_inherited_props_report {} \; -ls
(output trimmed to get rid of noise)
dav_svn__get_inherited_props_report(const dav_resource *resource,
./subversion/mod_dav_svn/dav_svn.h
dav_svn__get_inherited_props_report(const dav_resource *resource,
./subversion/mod_dav_svn/reports/inherited-props.c
return dav_svn__get_inherited_props_report(resource, doc,
output);
./subversion/mod_dav_svn/version.c
It all seems to be in the one place, presumably in the one file
(mod_dav_svn.so?)
Home |
Main Index |
Thread Index |
Old Index