Run a personal program &quot;Track&quot;, and get error messages like &quot;symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference&quot;.<br>Does anybody know to deal with this issue in Fedora 11? The LD_ASSUME_KERNEL=2.4.1 trick seems not work for me.<br>

<br>[root@localhost ~]# Track <br>Track: relocation error: Track: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference<br>[root@localhost ~]# export LD_ASSUME_KERNEL=2.4.1<br>[root@localhost ~]# Track <br>

Track: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory<br><br><br><br>