WebDAV Linux File System (davfs2)

Out of a couple alternatives such as fusedav and wdfs I opted for
WebDAV Linux File System (davfs2) ,
It builds fine on my Fedora Core 4.91 box but when trying to do mount a remote WebDav filesystem I initally was running into a

/sbin/mount.davfs2: CODA kernel version mismatch:
        compiled for version 2, version 3 available

However if you replace the include occurences of coda.h with the actual location of your coda.h file (in /usr/src/kernels/ and then build it again, the error is gone and you can mount webdav stuff.

Also interesting is the /usr/local/etc/davfs2/secrets file where you can put url , username and password combinations so that a mount can be done automatically.