[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[leafnode-list] Re: GLIBC-Version



Cornelius Krasel schrieb:

> I just learned that the canonical way to find out the version of the
> glibc is to execute it:
> 
> ~% /lib/libc.so.6

My glibc-2.0.7 dumps core when I do that, so that probably is a (nice)
glibc-2.1 invention.

% nm /lib/libc.so.6|head 
00097a60 r .LTRAMP0
0009bb70 d LogFacility
0009bb64 d LogFile
0009bb74 d LogMask
0009bb68 d LogStat
0009bb6c d LogTag
0009bb60 d LogType
000a8f3c b SyslogAddr
000a0068 A _DYNAMIC
0009f340 A _GLOBAL_OFFSET_TABLE_

So that's not very helpful, also. What about:

% strings /lib/libc.so.6 | egrep GNU.+version
GNU C Library production release version 2.0.7, by Roland McGrath et al.
Compiled by GNU CC version egcs-2.91.66 19990314 (egcs-1.1.2 release).

Regards...
		Michael

P.S.: No "realloc" problems here.

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list