/usr/lib has been relocated in /home/usr/lib with a symbolic link.
$ ls -al /usr/lib /home/usr/lib/libgnutls.so.13*
lrwxrwxrwx 1 root root     13 2007-09-23 20:17 /usr/lib -> /home/usr/lib
lrwxrwxrwx 1 root root     19 2007-10-27 19:53 /home/usr/lib/libgnutls.so.13 
->libgnutls.so.13.3.0
-rw-r--r-- 1 root root 457092 2007-10-02 16:24 /home/usr/lib/libgnutls.so.13.3.0

AFAIK, the problem arise curiously only launching cupsd.
With a strace on it, the problem shown is EACCES:
open("/home/usr/lib/libgnutls.so.13", O_RDONLY) = -1 EACCES (Permission denied)
There is no such problem with other bin opening same lib or doing a C program 
with this particular open (or dlopen).

-- 
ldd reports lib not found
https://bugs.launchpad.net/bugs/161871
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to