|
From: Jeremy F. <je...@go...> - 2005-03-18 16:38:32
|
Julian Seward wrote:
>>I just installed a SuSE 9.1 VMWare machine, and it seems to be a proper
>>TLS/NPTL system. Is there something broken about your installation?
>>
>>
>
>Not as far as I know. I haven't messed with it. This is really
>extremely strange. This machine is a PIII, not a P4; would that
>influence which thread library applied by default?
>
>
>
>
>>I can reproduce the hang if I start OOo with LD_ASSUME_KERNEL=2.4.1 to
>>disable NPTL, but otherwise it works fine.
>>
>>
>
>Well, in a way, good.
>
>Here's some info:
>
>sewardj@phoenix:~$ ls -l /bin/ls
>-rwxr-xr-x 1 root root 90616 2004-04-06 02:58 /bin/ls*
>
>sewardj@phoenix:~$ md5sum /bin/ls
>6e4af824bd787c3ea76f78e20a76a7fe /bin/ls
>
>
That matches what I have...
>sewardj@phoenix:~$ ldd /bin/ls
> linux-gate.so.1 => (0xffffe000)
> librt.so.1 => /lib/librt.so.1 (0x40033000)
> libacl.so.1 => /lib/libacl.so.1 (0x40045000)
> libselinux.so.1 => /lib/libselinux.so.1 (0x4004b000)
> libc.so.6 => /lib/libc.so.6 (0x40059000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x4016e000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> libattr.so.1 => /lib/libattr.so.1 (0x401c1000)
>
>sewardj@phoenix:~$ env | grep ASSUME
>
>sewardj@phoenix:~$ ls /lib/tls
>ls: /lib/tls: No such file or directory
>
>
...but I do have this. That's in the glibc package; try "rpm -V glibc".
J
|