Results 1 to 3 of 3

Thread: libuuid?

  1. #1

    libuuid?

    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?

  2. #2
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    install e2fsprogs package

  3. #3
    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!

    Quote Originally Posted by oleo View Post
    install e2fsprogs package

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •