PDA

Bekijk de volledige versie : libuuid?



harakiri576
29-05-2007, 13:19
Hello,

I'm trying to do webdav with lighttpd. But on startup of lighttpd, it gives the following message when strace'd:

open("/opt/lib/libuuid.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)

I tried to find libuuid, but couldn't. Anyone has any idea where is it located?

oleo
30-05-2007, 07:46
install e2fsprogs package

harakiri576
30-05-2007, 13:33
You're king, Oleo! I've had e2fsprogs 1.38-3 installed, and it only contained libuuid.a, not libuuid.so. The updated package, 1.39-2 had the .so as well. Lighttpd works great now! :)


install e2fsprogs package