I've got a few boxes running Debian stable here, all updated. One box behaves oddly, in that I get this:

# getconf GNU_LIBPTHREAD_VERSION
linuxthreads-0.10

When on everything else I get

getconf GNU_LIBPTHREAD_VERSION
NPTL 0.60

One the boxes which use NPTL, I can do this:

# ldd /lib/libm.so.6
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e4a000)

On the broken box, I get the following.

# ldd /lib/libm.so.6
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
        libc.so.6 => /lib/libc.so.6 (0x40029000)

What exactly tells the linker to use /lib/tls first rather than /lib? I've used strace, but still can't come up with anything useful. I rsynced /lib from a working box onto the broken one and it still does the same thing.

One is running 2.6.14.2 (good), the other 2.6.14.5 (broken). I don't think a minor revision change should make a difference. I threw 2.6.11 onto the broken box also, and it does the same thing.

Any suggestions? I feel like I'm going in circles to track this problem.

David


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to