Build ARECA Net-SNMP subagent [ Make and Install Net-SNMP ] Step1 Configure: Run [NET-SNMP_ROOT]./configure Step2 Make: [NET-SNMP_ROOT]./make Step3 Install : [NET-SNMP_ROOT]./make install //////////////////////////////////////////////////////////////////////////// Following steps are for Areca Technology Corporation NET-SNMP's SubAgent //////////////////////////////////////////////////////////////////////////// Step4: Copy all the necessary files into [NET-SNMP_ROOT]/agent/mibgroup/areca and Enter into [NET-SNMP_ROOT]/agent/mibgroup/areca Step5 Build SubAgent: Run make subagent[32|64] Note: If you want to compile agent with static library(libarclibxx.a) 1. Open "Makefile" 2. Find and Replace string "libarclib32.so" to "libarclib32.a" or "libarclib64.so" to "libarclib64.a" 3. Run Step5