You are not logged in.
I'm trying to setup trac/svn on apache and I keep getting this error when loading mod_dav_fs.so:
httpd: Syntax error on line 111 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_fs.so into server: /etc/httpd/modules/mod_dav_fs.so: undefined symbol: dav_buffer_append
I'm using apache version apache 2.2.16-1 from the repos (but also get it on 2.2.15)
Is there something i'm doing wrong?
Offline
Did you uncomment 'LoadModule dav_module modules/mod_dav.so' as well?
Offline
Found it!
I had a Vhost that loaded dav_module, but mod_dav_fs was loading before it (since it's in the main config), so it was failing.
Doh!
Offline