Re: glibc 2.2 vs 2.3 issue back again



Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> writes:

> Well, Linux 2.6 + a recent glibc use NPTL threads, whereas 2.4 will
> only work with LinuxThreads

The last statement is definitely incorrect:

$ head -1 /etc/issue
Red Hat Linux release 9 (Shrike)
$ uname -r
2.4.20-8smp
$ ldd /bin/date | grep libc.so.6
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
$ /lib/tls/libc.so.6 | grep NPTL
NPTL 0.29 by Ulrich Drepper

Both RH-9 and RHEL-3 do in fact run with 2.4.x kernel and NPTL
threads.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.



Relevant Pages

  • Re: glibc 2.2 vs 2.3 issue back again
    ... > Red Hat Linux release 9 (Shrike) ... > $ uname -r ... That's not a kernel.org kernel is it? ...
    (comp.os.linux.development.apps)
  • Re: How to find glibc version?
    ... There is no product called "Red Hat Linux 3.2.3-20". ... If you want to know what distribution you do have, ... Gcc and glibc versions are independent. ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.programmer)
  • Re: strange "Trace/breakpoint trap" on SXDE 1/08
    ... utility "uname". ... Notice that it stops with the mystery trap, ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.solaris)
  • Re: How to check Solaris version in a script?
    ... doesn't tell me if it's Solaris 8, 9, or 10 on that machine. ... Do "man uname", look at the '-r' flag. ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.solaris)
  • Re: Can I use bash for AIX?
    ... $ echo $SHELL ... $ uname -a ... AIX dogfish 1 5 0001781A4C00 ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.aix)