[JDEV] HELP !!! ARG.... libc5 is too old

John Hebert john at vedalabs.com
Wed Dec 6 14:29:37 CST 2000


There is your problem. You can check your libc version by running the
ldd command on some binary executible likely to use libc:

	"ldd /bin/ls"

Mine (RedHat 6.2 and runs jabber-1.2) outputs:

	libtermcap.so.2 => /lib/libtermcap.so.2 (0x4001b000)
	libc.so.6 => /lib/libc.so.6 (0x4001f000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


Good luck.

John Hebert


Admiral Thrawn wrote:
> 
> Do you think that it could be the result of haveing an older Libc files ?
> I'm running RH5.0 and I'm not sure if that might be causing the Problem?
> how do I check what ver libc I'm using ?
>




More information about the JDev mailing list