A mensagem que aparece quando eu tento coloco a pasta usr do repack 3.0.0 no centos:
#EDIT#
Consegui consertar colocando o seguinte script no centos, ou no putty;
Installing required libraries for CentOS 5.x 64bit using Yum!
yum install unixODBC openssl097a net-snmp-utils net-snmp-libs net-snmp lm_sensors gcc freetds libgcc -y
Installing required RPM for CentOS 5.x 64bit using wget and rpm -Uvh!
wget
rpm --force -Uvh libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm
Adding the 64bit Compiled FreeTDS!
tar xzf /root/cabal-64bit.tar.gz -C /
Installing required libraries for CentOS 5.x 32bit using Yum!
yum install unixODBC openssl097a net-snmp-utils net-snmp-libs net-snmp lm_sensors gcc freetds dstat compat-libstdc++-33 compat-libstdc++-296 -y
Caso alguém tenha o mesmo problema, só fazer isso o que eu disse acima.