My os is Fedora Core 5 which has a new version of glibc (v2.4) Now the cadence cannot run with the following error message:
relocation error: ../../tools.lnx86/bin/lmgrd: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
I think this is because the confilicts between the new version of glibc with the old one. Then I export the LD_ASSUME_KERNEL to 2.4.19. Then error message has changed to:
error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
How can I solve this problem? I tried to install the glibc 2.3.5 back but failed with the message "glibc 2.4 conflicts with glibc 2.3.5". Could anybody help? thx in advance!