32 비트 Linux 시스템에서이를 호출
$ /lib/libc.so.6
64 비트 시스템에서
$ /lib/x86_64-linux-gnu/libc.so.6
쉘에서 다음과 같은 출력을 제공합니다.
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>.
왜 그리고 어떻게 이런 일이 발생하며, 다른 공유 라이브러리에서 어떻게 그렇게 할 수 있습니까?
나는 보았다 /usr/lib
실행 파일을 찾기 위해, 나는 발견 /usr/lib/libvlc.so.5.5.0
. 이를 실행하면 세그먼테이션 오류가 발생했습니다 . :-/