You need clean installation of CentOS 6 on VPS or Dedicated server.
- Download the correct installer for your system:
64 Bit Installer
wget
http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86_64-install.sh.x.tar.gz
Or
32 Bit Installer
wget
http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86-install.sh.x.tar.gz
64 Bit Installer
tar -xf installer-x86_64-install.sh.x.tar.gz
Or
32 Bit Installer
tar -xf installer-x86-install.sh.x.tar.gz
64 Bit Installer
chmod +x installer-x86_64-install.sh.x
Or
32 Bit Installer
chmod +x installer-x86-install.sh.x
yum install ld-linux.so.2 curl
64 Bit Installer
./installer-x86_64-install.sh.x
Or
32 Bit Installer
./installer-x86-install.sh.x