~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to README.irix

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Some notes for the IRIX port
 
2
============================
 
3
 
 
4
1. Compiling
 
5
------------
 
6
 
 
7
net-snmp 5.3.1 has been compiled successfully on IRIX 6.5 using the 
 
8
MIPSpro C compiler 7.4.4m in C99 mode:
 
9
 
 
10
        CC=c99 ./configure && make && make install
 
11
 
 
12
Please note that the "host" module doesn't compile on IRIX, so you *cannot*
 
13
configure with "--with-mib-modules=host".
 
14
 
 
15
 
 
16
2. Known Issues
 
17
---------------
 
18
 
 
19
The agent reports "nlist" errors on IRIX64 machines (i.e. when running a
 
20
64bit kernel). This causes the agent to not return proper values for some
 
21
mib objects (e.g. tcpConnTable, udpTable). It also causes "make test" to 
 
22
fail on test #57.
 
23
 
 
24
 
 
25
3. Feedback
 
26
-----------
 
27
 
 
28
Please also see README and PORTING.
 
29
 
 
30
If you have questions, additional insights or (even better) patches regarding
 
31
net-snmp on IRIX, please refer to the net-snmp mailing lists (see 
 
32
http://www.net-snmp.org/lists).