echo is there:
[root@localhost ZimbraBuild]# which echo
/bin/echo
And I seem having the same OS as yours:
[root@localhost ZimbraBuild]# ./corebuild/opt/zimbra/libexec/get_plat_tag.sh
CentOS5_64
However, ./configure doesn't work:
[root@localhost nginx]# (cd nginx-0.5.30-zimbra; ./configure --prefix=/opt/zimbra/nginx-0.5.30-zimbra --with-debug --with-http_ssl_module --with-sasl-inc=/opt/zimbra/cyrus-sasl-2.1.22.3z/include --with-mail --http-log-path=/opt/zimbra/log/nginx.access.log --error-log-path=/opt/zimbra/log/nginx.log --with-mail_ssl_module; LD_RUN_PATH="/opt/zimbra/openssl-0.9.8i/lib:/opt/zimbra/cyrus-sasl-2.1.22.3z/lib" make; make install)
: command not found1:
: command not found3:
: command not found4:
: command not found6:
: command not found15:
: command not found19:
: command not found24:
: command not found30:
... |