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

SNMP编程

开发平台:

Unix_Linux

  1. README.osX
  2. $Id: README.osX,v 1.4.2.2 2005/10/18 15:43:02 rstory Exp $
  3. This is what I had to do to get it to work for me. Your mileage may vary.
  4. If this doesn't work for you, or you have fixes for any problems listed,
  5. please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!
  6.   - 10.4.x 
  7.      - 10.4.x Embedded perl module dyld error
  8.         - If you have enabled embedded perl modules and are getting a
  9.           dyld error when starting snmpd or snmptrapd, reconfigure and
  10.           add '--with-ldflags=-flat_namespace' to your configure arguments.
  11.      - nlist doesn't support icmpstat
  12.        - disable the icmp module during configure by specifying
  13.          "--with-out-mib-modules=mibII/icmp", or at startup by adding
  14.          "-I -icmp" to the snmpd command line.
  15.   - 10.3.x and earlier
  16.      - Some older versions of Apple's cpp doesn't like configure. 
  17.         - run 'gcc_select' to see what version you are using, and
  18.           'gcc_select -l' to list available versions. I've had success with
  19.           3.3, selected by running (as root) 'gcc_select 3.3'. (Note: this was
  20.           on Panther, 10.3.2)
  21.      - Some older versions of net-snmp as installed by Apple contains
  22.        bad flags in net-snmp-config.
  23.        - build your own version, and install over Apple's version. The
  24.          configure flags you need for the same configuration:
  25.          configure --prefix=/usr --mandir=/usr/share/man
  26.                    --infodir=/usr/share/info --with-libwrap --with-defaults
  27.                    --prefix=/usr --with-persistent-directory=/var/db/ucd-snmp
  28.                    --with-mib-modules=host
  29.      - nlist doesn't support icmpstat
  30.        - disable the icmp module during configure by specifying
  31.          "--with-out-mib-modules=mibII/icmp", or at startup by adding
  32.          "-I -icmp" to the snmpd command line.