Forum Moderators: phranque
Using Apache 2.0.59 on Linux FC6, I want to install 'mod_dav_svn'. I've got:
/usr/lib/httpd/modules/mod_dav_svn.so
So I inserted within 'httpd.conf':
--------
LoadModule dav_svn_module /usr/lib/httpd/modules/mod_dav_svn.so
--------
But I get this error message when restarting Apache:
--------------
API module structure `dav_svn_module' in file
/usr/lib/httpd/modules/mod_dav_svn.so is garbled - perhaps this is not
an Apache module DSO?
-------------
Any clue? Thank you very much.