snmp build Yeah, that should have read something like this:
get net-snmp-5.1.2
cd net-snmp...
./configure --prefix=/opt/zimbra/snmp-5.1.2
make
make install
cd /opt/zimbra
tar czf snmp-5.1.2.tar.gz snmp-5.1.2
mv snmp-5.1.2.tar.gz CVSROOT/ThirdParty/snmp
I've updated the doc - thanks for the catch |