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

SNMP编程

开发平台:

Unix_Linux

  1. # uses kstat on solaris for get_uptime
  2. $self->{LIBS} .= ' -lkstat';
  3. # add -ldb if you are getting the vsnprintf not found error
  4. # $self->{LIBS} .= ' -lkstat -ldb';