[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Loading libc from a called CGI
- From: Robert Canary <phantom ohiocounty net>
- To: redhat-list redhat com
- Subject: Re: Loading libc from a called CGI
- Date: Sun Jun 1 00:11:00 2003
Ahaaa,
Thanks Gordon. I found it. This app required the old libc5. But some
for reason the rpm installed "/i486-linux-libc5" as perm 700 instead of
755.
"ldd" I'll have to remember that. It told two different stories
depending if I was running as root or as normal user. Pointed me right
at that /i486-linux-libc5 directory.
Thanks agian.
Gordon Messmer wrote:
>
> Robert Canary wrote:
> >
> > /usr/local/sbin/doreg: can't load library 'libc.so.5'
> >
> > It is a permissions problem for sure.
>
> Where is libc.so.5, and what are its permissions?
>
> Use 'ldd /usr/local/sbin/doreg' to find the library, and 'ls -l' to
> check its permissions. Make sure that the library and the directories
> containing the library are readable and executable by non-root users.
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]