[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where is a safe place to install glibc??
From: |
Flavio Veloso |
Subject: |
Re: where is a safe place to install glibc?? |
Date: |
Thu, 28 Aug 2003 20:18:42 -0300 (BRT) |
Hi John.
This file is not needed nor used at runtime. It is (as the comment
suggests) used only by ld(1) when building shared objects. The actual
C runtime library lives in /lib (libc-$VERSION.so).
On Wed, 27 Aug 2003, John Lumby wrote:
> --- correct typo and mention something else ---
>
> where I said
> or /lib (where some ancestral libc.so lives).
>
> I meant to say
> or /usr/lib (where some ancestral libc.so lives).
>
> Also - I noticed that this /usr/lib/libc.so is not actually a real libc at
> all - it is some kind of ascii comment-file:
> its contents are:
> /* GNU ld script
> Use the shared library, but some functions are only in
> the static library, so try that secondarily. */
> GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
>
> I'm not quite sure what the reference to ld means, but I infer that this is
> a kind of symbolic-link-lib pointing whoever accesses it on to the glibc
> lib.so.6 and then to /usr/lib/libc_nonshared.a?
>
> My question is still - where should I install my upgrade?
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
>
> _______________________________________________
> Bug-glibc mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-glibc
>
--
Flávio