File: README.osX

package info (click to toggle)
net-snmp 5.1.2-6.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,340 kB
  • ctags: 12,062
  • sloc: ansic: 134,798; perl: 10,855; sh: 10,237; makefile: 5,003
file content (21 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
README.osX
$Id: README.osX,v 1.1.2.2 2004/04/22 11:59:18 rstory Exp $

This is what I had to do to get it to work for me. Your mileage may vary.

     - Some versions of Apple's cpp doesn't like configure. 

        - run 'gcc_select' to see what version you are using, and
          'gcc_select -l' to list available versions. I've had success with
          3.3, selected by running (as root) 'gcc_select 3.3'. (Note: this was
          on Pather, 10.3.2)

      - tcpTable and udpTable are broken.

        * ./configure --with-out-mib-modules="mibII/tcpTable mibII/udpTable"

When starting the agent, I get an error about nlist not finding icmpstat, but
the agent runs and returns data.

If this doesn't work for you, or you have fixes for any of the above tables,
please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!