Hi, I'm having this weird problem trying to execute the rar bin if i try to just do "rar" i get the following error: bash-3.2$ rar rar: /lib/libc.so.6: version `GLIBC_2.7' not found (required by rar) but if i do /usr/bin/rar then it is fine. if i do cp /usr/bin/rar /usr/bin/rar2 when i type rar2 - it is fine if i do rm -f /usr/bin/rar && cp /usr/bin/rar2 /usr/bin/rar the error remains, and rar2 will still execute. Any assistance woul dbe greatly appreciated.