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

Problem loading WebDAV module

From: Eric <spamsink_at_scoot.netis.com>
Date: 2006-11-08 07:00:06 CET

I realize this isn't really a Subversion problem and so I should be asking
on some other mailing list like Apache, but I'm trying to come up with an
alternative to SmartSVN (to get around that file locking problem described
in an earlier message) before my co-developer gets to the point where he
absolutely refuses to consider Subversion any further (he's probably there
now, actually, but I'm hoping not)...

Trying to load mod_dav_svn.so and mod_authz_svn.so into Apache so I can try
WebDAV, and I get:

Cannot load /etc/httpd/modules/mod_dav_svn.so into server:
/etc/httpd/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata

As an experiment, if I comment out the mod_dav_svn.so line in
conf.d/subversion.conf, so that only mod_authz_svn.so loads, I get:

Cannot load /etc/httpd/modules/mod_authz_svn.so into server:
/etc/httpd/modules/mod_authz_svn.so: undefined symbol: dav_svn_split_uri

I had to comment out both the mod_dav_svn.so and mod_authz_svn.so lines in
subversion.conf in order to get Apache to run at all.

Anyone know how I can fix that?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 8 07:00:50 2006

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.