Gentoo Archives: gentoo-user

From: David Busby <busby@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] cannot load libc, permission denied
Date: Fri, 26 Aug 2005 19:12:28
Message-Id: 430F62D9.4040407@edoceo.com
1 List,
2 I'm getting this:
3
4 cdrtx / # fcrontab -e
5 fcrontab: error while loading shared libraries: libc.so.6: cannot open shared object file: Permission denied
6
7 But libc looks OK to me
8
9 cdrtx / # ls -l /lib/libc*
10 -rwxr-xr-x 1 root root 1211416 Aug 20 22:36 /lib/libc-2.3.5.so
11 lrwxrwxrwx 1 root root 13 Aug 20 22:36 /lib/libc.so.6 -> libc-2.3.5.so
12
13 and revdep-rebuild said it's OK
14
15 and `equery k` said
16
17 cdrtx / # equery k libc
18 [ Checking sys-libs/glibc-2.3.5-r1 ]
19 * 3086 out of 3086 files good
20 cdrtx / # equery k fcron
21 [ Checking sys-process/fcron-2.0.2 ]
22 * 47 out of 47 files good
23
24 So what gives? I saw some stuffs on the internet that it could be SELinux, but I dont' think I have that, I'm running a
25 2005.1 system, freshly installed a few days ago. Only odd thing I have some sun Java, see:
26
27 cdrtx / # equery l sun-jre-bin
28 [ Searching for package 'sun-jre-bin' in all categories among: ]
29 * installed packages
30 [I--] [ ] dev-java/sun-jre-bin-1.4.2.08-r1 (1.4)
31 [I--] [M ] dev-java/sun-jre-bin-1.5.0.04 (1.5)
32
33 Ideas?
34
35 /djb
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] cannot load libc, permission denied "A. Khattri" <ajai@××××.net>