Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

MISSING: nc – Zimbra

Checking for prerequisites...
     FOUND: NPTL
     MISSING: nc
     FOUND: sudo-1.8.6p3-20
     FOUND: libidn-1.18-2
     FOUND: gmp-4.3.1-7
     FOUND: libaio-0.3.107-10
     FOUND: libstdc++-4.4.7-16
     FOUND: unzip-6.0-2

Checking for suggested prerequisites...
     FOUND: perl-5.10.1
     FOUND: sysstat
     FOUND: sqlite

###ERROR###

Right after fixing the host file issue, this came up.

Turns out CentOS no longer uses the standalone nc package, instead installs it as part of the nmap-ncat package. While this package was already installed and nc running fine, Zimbra appears to be looking for it through yum list which actually says that the package is not installed and is available.

To get around this I dropped nc from the detection list. To do this, navigate to the directory where Zimbra‘s install files are extracted, then head into util and edit utilfunc.sh. Go to line 2503 and remove nc from that line.