En sistemas Linux de 32 bits, invocar esto
$ /lib/libc.so.6
y en sistemas de 64 bits esto
$ /lib/x86_64-linux-gnu/libc.so.6
en un shell, proporciona una salida como esta:
GNU C Library stable release version 2.10.1, by Roland McGrath et al.
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.4.0 20090506 (Red Hat 4.4.0-4).
Compiled on a Linux >>2.6.18-128.4.1.el5<< system on 2009-08-19.
Available extensions:
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
RT using linux kernel aio
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
¿Por qué y cómo sucede esto, y cómo es posible hacer lo mismo en otras bibliotecas compartidas?
Miré /usr/lib
para encontrar ejecutables, y encontré /usr/lib/libvlc.so.5.5.0
. Ejecutarlo condujo a una falla de segmentación . : - /