PDA

View Full Version : Weird Bin Problem With Rar


onesikgypo
23rd August 2009, 14:38
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.

falko
24th August 2009, 13:21
What's the output of which rar?