This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.2 in CVS and gcc problem.


On Mon, Mar 19, 2001 at 06:24:07PM +0100, Gabor Z. Papp wrote:
> * "H . J . Lu" <hjl@lucon.org>:
> 
> | > | http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01187.html
> | > 
> | > This is for which version of gcc?
> | 
> | If you ask me, the current gcc in CVS is broken under Linux. I will
> | recommend
> | 
> | 1. gcc from RedHat Rawhide. Or
> | 2. gcc 2.95.3 + the patch above.
> 
> Finally I manually patched 2.95.3 with the above patch, and
> glibc now plays fine with atexit, but I have this weird
> problem:
> 
> PAM unable to dlopen(/usr/lib/security/pam_rootok.so)
> PAM [dlerror: libgcc_s.so.0: cannot load shared object file: No such file or directory]
> 
> And several apps have this problem. I'm wondering what is
> this libgcc_s.so.0 and why apps asking for it.
> 

The "bogus" libgcc_s.so.0 comes from gcc in CVS. I am not sure if
gcc 2.95.3 has it. Do

# locate libgcc_s

and figure out where they come from.

H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]