View Single Post
  #12 (permalink)  
Old 12-02-2005, 02:10 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default 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
Reply With Quote