WebDAV, SVN, Apache2 on OS X 10.6.2
Posted
by
David
on Server Fault
See other posts from Server Fault
or by David
Published on 2010-01-22T21:36:22Z
Indexed on
2012/04/08
5:32 UTC
Read the original article
Hit count: 633
I'm trying to configure SVN server on OS X 10.6.2 via Apache2. Whenever I enable the module in Wev -> Settings -> Services then try accessing the site, it fails. So I attempted an apachectl configtest and I'm getting a crazy amount of errors:
httpd: Syntax error on line 132 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/mod_dav_fs.so into server: dlopen(/usr/libexec/apache2/mod_dav_fs.so, 10): Symbol not found: _dav_add_response\n Referenced from: /usr/libexec/apache2/mode_dev_fs.so\n Expected in: flat namespace\n in /usr/livexec/apache2/mod_dav_fs.so
When I attempt disabling the related services and enabling then one by one (dav_fs_module, dav_module, dav_svn_module and authz_svn_mod each seems to fail.
What the heck. :-(
Thanks in advance,
Dave
© Server Fault or respective owner