Download an rar3.0linux source code package under centos5.3. after installation, run the rar command to find the prompt rar:/lib/libc. so.6: version 'glibc _ 2.7 & amp; prime; notfound (requiredbyrar) open the compressed package is empty, so the installation of rar in linux does not...
Download the rar3.0 linux source code package under centos5.3. after installation, run the rar command to find the prompt rar:/lib/libc. so.6: version 'glibc _ 2.7 'not found (required by rar)
Open the compressed package is empty, so the installation of rar in linux is not successful, according to the error message should be glibc_2.7' Library problem
After some queries, the simplest solution was to directly overwrite the rar_static file in the source code package to the rarfile in the installation directory.
According to makefile, we can find the location of the rar script:/usr/local/bin.
Then run the command.
# Cp rar_static/usr/local/bin/rar
From: http://www.wood-moon.org/index.php/rar-liblibc-so-6-version-glibc_2-7-not-found-required-by-rar