> I installed glibc-2.2.4 and the configuration, make & make install said that
> the installation was successful.
> However, now whe I run any commands such as ls-l, su etc.. all I get is a
> segmentation fault.
> Is there a way of fixing this or reversing it as I can't leave it as it is
> now.

Hmmm... have you tried ldconfig?
Also try running 'ldd ls' and see what it puts out.
If strace works, strace output could help
You could also go in and modify the glibc symlinks in /lib to point to the
old versions if they are still there.

What version were you upgrading from?

Jon

>
> Thanks
> LISa
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jonathan Bartlett
> Sent: Tuesday, July 15, 2003 5:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: glibc compilation
>
>
> Is there a reason you are compiling glibc?  I've always put that on my
> official "bad idea" list because of how intrusive it is.
>
> It looks like the file is missing an #include statement.
>
> Jon
>
> On Tue, 15 Jul 2003, Lisa Ryan wrote:
>
> > Hi,
> >
> > I am configuring glibc-2.2. When I do a mak, I get the following error:
> >
> > Can anyone tell me what the problem could be ?
> >
> > thanks
> > Lisa
> >
> >
> >
> >  -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee75
> 4/
> >
> dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic
> > /elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include
> > ../include/libc-symbols.h     -o malloc.o
> > malloc.c: In function `ptmalloc_init':
> > malloc.c:1698: `__pthread_initialize' undeclared (first use in this
> > function)
> > malloc.c:1698: (Each undeclared identifier is reported only once
> > malloc.c:1698: for each function it appears in.)
> > malloc.c:1699: `__pthread_initialize' used prior to declaration
> > malloc.c:1699: warning: implicit declaration of function
> > `__pthread_initialize'
> > make[1]: *** [malloc.o] Error 1
> > make[1]: Leaving directory `/apps/glibc-2.2/malloc'
> > make: *** [malloc/subdir_lib] Error 2
> >
> >
> > This E-mail and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this E-mail in error please notify us
> immediately and delete this E-mail from your system. Thank you.
> > It is possible for data transmitted by email to be deliberately or
> > accidentally corrupted or intercepted. For this reason, where the
> > communication is by E-mail, the Big Picture Group does not accept
> > any responsibility for any breach of confidence which may arise through
> the use of this medium.
> > Opinions, conclusions and other information in this message that do not
> relate to the official business of Big Picture Group shall be understood as
> neither given nor endorsed by it.
> > This footnote also confirms that this email message has been swept for the
> presence of known computer viruses.
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>
>
> This E-mail and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this E-mail in error please notify us 
> immediately and delete this E-mail from your system. Thank you.
> It is possible for data transmitted by email to be deliberately or
> accidentally corrupted or intercepted. For this reason, where the
> communication is by E-mail, the Big Picture Group does not accept
> any responsibility for any breach of confidence which may arise through the use of 
> this medium.
> Opinions, conclusions and other information in this message that do not relate to 
> the official business of Big Picture Group shall be understood as neither given nor 
> endorsed by it.
> This footnote also confirms that this email message has been swept for the presence 
> of known computer viruses.
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to