Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: vdr-1.3.x & NPTL
Clemens Kirchgatterer wrote:
Rainer Zocholl <UseNet-Posting-Nospam-74308-@zocki.toppoint.de> wrote:
[..]
GNU C Library stable release version 2.3.3, by Roland McGrath et al.
Copyright (C) 2004 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 3.4.2.
Compiled on a Linux 2.6.8 system on 2004-10-22.
Available extensions:
GNU libio by Per Bothner
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
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
How did you get that info about the libs?
just "execute" your libc ...
# /lib/libc.so.6 [RET]
clemens
Just remember to execute the same libc vdr is using, which is not
necessarily in /lib/libc.so.6, but for example may be in
/lib/tls/libc.so.6 or in /lib/i686/libc.so.6, depending on distribution
and whether NPTL is activated. The /lib/tls/libc.so.6 output differs
from the other two (at least here).
The library which is in use by vdr can be checked with the command:
LD_ASSUME_KERNEL=2.4.1 ldd /path/to/vdr
--
Anssi Hannula
Home |
Main Index |
Thread Index