libThread problem?

Hello routers,

I installed a new version of root from
Intel x86 Linux for Redhat 7.3 and gcc 2.96, version 4.00/06a tarball

My compiler is :
ccali12:tcsh[26] gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)

On the other hand:
ccali12:tcsh[25] ldd libThread.so
libThread.so: /lib/i686/libc.so.6: version `GLIBC_PRIVATE’ not found (required by libThread.so)

The root “basic” libraries perfectly work and I can compile and run the code with them. However when I gonna use libThread.so it fails.

Any suggestions?

Best regards, Dmitry

I am not sure what the incompatibility is, but you could try to recompile ROOT from source on your platform (very easy) to see if that solves the problem.

Cheers, Fons.