Re: What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?
From: John Reiser (jreiser_at_BitWagon.com)
Date: 02/21/05
- Next message: ehabmm_at_gmail.com: "Deploy Suse 9.2 to 300 PCs"
- Previous message: srinarayanv_at_netscape.net: "Mozilla 'network' problem"
- In reply to: bruno: "What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Next in thread: Bruno: "Re: What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Reply: Bruno: "Re: What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 06:37:26 -0800
> How to use / install libc.so.6 that can be compliant to multiple
> 'GLIBC_2.x' definitions ?
The glibc-2 that comes with your Linux distribution has them already.
Any official source for glibc contains all the versions of all the symbols.
A symbol with a new GLIBC_2.x version is just added; the old versions
are never removed. The most common case is 'popen'.
> How to check which symbol version is defined in a library ?
readelf --symbols /lib/libc.so.6
Note that there may be multiple libc.so.6: /lib, /lib/mmx, /lib/tls, ...
Check via "ldd ./a.out".
> Note: currently I have a problem with a program which requires
> 'GLIBC_2.0' and so look for the correct libc.so.6 with GLIBC_2.0
Please be explicit. Name the symbol(s).
--
- Next message: ehabmm_at_gmail.com: "Deploy Suse 9.2 to 300 PCs"
- Previous message: srinarayanv_at_netscape.net: "Mozilla 'network' problem"
- In reply to: bruno: "What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Next in thread: Bruno: "Re: What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Reply: Bruno: "Re: What relation between "libc.so.6" and symbol version "GLIBC_2.x" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|