Run a personal program "Track", and get error messages like "symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference". Does anybody know to deal with this issue in Fedora 11? The LD_ASSUME_KERNEL=2.4.1 trick seems not work for me.
[root@localhost ~]# Track Track: relocation error: Track: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference [root@localhost ~]# export LD_ASSUME_KERNEL=2.4.1 [root@localhost ~]# Track Track: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory