|
From: Julian S. <js...@ac...> - 2005-03-18 21:59:24
|
> I have glibc-2.3.3-97 installed (build date 5 Apr 2004); it contains > /lib/tls directories. What does "rpm -qi glibc" say? What does "rpm > -V glibc" say? Maybe they split tls into a separate glibc package? sewardj@phoenix:~$ rpm -qi glibc Name : glibc Relocations: (not relocatable) Version : 2.3.3 Vendor: SuSE Linux AG, Nuernberg, Germany Release : 98 Build Date: Tue 06 Apr 2004 01:26:15 BST Install date: Tue 22 Jun 2004 23:25:00 BST Build Host: frobenius.suse.de Group : System/Libraries Source RPM: glibc-2.3.3-98.src.rpm Size : 3496068 License: GPL, LGPL Signature : DSA/SHA1, Tue 06 Apr 2004 01:32:16 BST, Key ID a84edae89c800aca Packager : http://www.suse.de/feedback URL : http://www.gnu.org/software/libc/libc.html Summary : The standard shared libraries (from the GNU C Library) Description : The GNU C Library provides the most important standard libraries used by nearly all programs: the stndard C library, the standard math library and the POSIX thread library. Without these libraries, the system is not functional. Distribution: SuSE Linux 9.1 (i586) sewardj@phoenix:~$ rpm -V glibc (viz, nothing) This SuSE 9.1 installation discrepancy is all very strange, but I'm not sure it's relevant, if you can repro the hang using LD_ASSUME_KERNEL. That seems to say there's a LinuxThreads issue. I have a straight LinuxThreads system here (Red Hat 7.3) which I'll see if I can repro the hang on. J |