Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I tried to enable webdav support in lightttpd.
The problem seems to be this property:
webdav.sqlite-db-name
To use this, lighttpd should be compiled with : --with-webdav-props
Is it even possible to compile lighttpd --with-webdav-props for the dsm-g600 ?
Offline
First, my apologies for making a duplicate account. I could not remember my password, but now I do!
I have successfully compiled lighttpd with both --with-webdav-props and --with-webdav-locks.
The problem is, when i add the following line to my lighttpd.conf:
webdav.sqlite-db-name = "/mnt/HD_a2/www/sites/webdav.db"
If I add this line, lighttpd would not start.
When I take a look in the manual, it says for LOCK and UNLOCK support uuid is required.
That brings me to my first question, why can it even configure with --with-webdav-locks when I do not have cross compiled e2fsprogs (which contains uuid)?
Ok my next step was to cross compile e2fsprogs, which succeeded. So I could compile lighttpd again, but it still does not work.
I found out lighttpd needs uuid.h but e2fsprogs does not include it.
Does that mean my e2fsprogs installation is broken? I don't think so because I could not find any errors.
Last edited by n3rd (2008-09-14 16:08:25)
Offline
Hey n3rd,
I am trying what you did, only I already fail at setting up a cross compiler.
Did you succeed in getting lighhtpd running as a webdav server in the meantime?
If so, would you mind giving me a hand with getting it to work or just send the binaries?
I'd greatly appreciate your help!
greetings
hutzel
Offline