|
|
最近将一台老的机器,从2004.3 profile升级到了2005.1 profile。但是问题出现了,NPTL不好用了。在2004.3的版本下,没有问题。升级以后就出现问题了。我把glibc编译了好多回,问题还是老样子。
# /lib/tls/libc.so.6
/lib/tls/libc.so.6: error while loading shared libraries: unexpected reloc type 0x0e
执行/lib/libc.so.6,没有问题,不含有NPTL。
# /lib/libc.so.6
GNU C Library stable release version 2.3.5, by Roland McGrath et al.
Copyright (C) 2005 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.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8).
Compiled on a Linux 2.6.11 system on 2005-10-29.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
The C stubs add-on version 2.1.2.
GNU Libidn by Simon Josefsson
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
不知道问题出在什么地方?
谢谢。 |
|