You are not logged in.

#1 2010-08-23 23:42:09

mawhii
Member
Registered: 2009-07-04
Posts: 18

apache -- mod_dav_fs.so

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

#2 2010-08-24 11:59:01

rwd
Member
Registered: 2009-02-08
Posts: 671

Re: apache -- mod_dav_fs.so

Did you uncomment  'LoadModule dav_module modules/mod_dav.so' as well?

Offline

#3 2010-08-25 02:14:45

mawhii
Member
Registered: 2009-07-04
Posts: 18

Re: apache -- mod_dav_fs.so

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

Board footer

Powered by FluxBB