README
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. This module is a wrapper around the net-snmp default store routines.
  2. See the net-snmp default_store manual page for details.
  3. To install:
  4.   perl Makefile.PL
  5.   make
  6.   make test
  7.   make install
  8. To compile in the source tree before the net-snmp itself has been installed:
  9.   perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
  10.   make
  11.   make test
  12.   make install