$ zmcontrol -v
Release 4.5.6_GA_1044.RHEL5_20070706174250 CentOS5{i} FOSS edition
Notice that CentOS5{i} is not displayed correctly. This is due to a small typo in the zcs installer zcs/bin/get_plat_tag.sh script on line 69.
echo "CentOS5{i}"
Just change it to:
echo "CentOS5${i}"
...before running ./install.sh
Zimbra Rocks!
