[repointed to pkgsrc-users; this is out of scope for tech-pkg]
Carl Brewer <carl%bl.echidna.id.au@localhost> writes:
I just bumped subversion to 1.8 from the most recent CVS for pkgsrc on
a NetBSD 5.2 amd64 box.
bash-4.2# /etc/rc.d/apache start
Starting apache.
httpd: Syntax error on line 166 of /usr/pkg/etc/httpd/httpd.conf:
Cannot load libexec/mod_dav_svn.so into server:
/usr/pkg/libexec/mod_dav_svn.so: Undefined PLT symbol
"dav_svn__get_inherited_props_report" (symnum = 421)
mod_dav_svn is supposed to link with a lot of libraries. Run ldd on it.
Then nm -u and nm -g on all the linked libraries, and find the symbol.
I don't find that symbol in my svn dav module or any of the libs (on a
system which is not yet running 1.8). My box is also netbsd-5, amd64,
for what that's worth but I think this is just a subversion issue.