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

SNMP编程

开发平台:

Unix_Linux

  1. Some notes for the Tru64 Unix 5.x port
  2. ======================================
  3. 1. Compiling
  4. ------------
  5. You need at least net-snmp version 5.1.3 to compile on Tru64 Unix 5.x.
  6. Version 5.2.2 or later is recommended, see below.
  7. The following procedure has been proven to successfully compile net-snmp 
  8. 5.1.3.dev on Tru64 Unix 5.1B (Alpha EV5.6) using the Compaq C 6.5 compiler:
  9. CC=cc ./configure --with-out-mib-modules="mibII/tcpTable mibII/udpTable"
  10. make
  11. su -
  12. make install
  13. A recent GNU C compiler (gcc) will probably work, too.
  14. Starting with version 5.2.2, net-snmp will build with the default options
  15. (just "./configure" will do).
  16. Please note that the "host" module doesn't compile on Tru64, so you *can't*
  17. configure with "--with-mib-modules=host".
  18. 2. Testing
  19. ----------
  20. "make test" reports a number of problems on Tru64 Unix. It is yet to be checked
  21. whether these are problems in the test scripts or the toolkit.
  22. 3. Feedback
  23. -----------
  24. Please also see README and PORTING.
  25. If you have questions, additional insights or (even better) patches regarding
  26. net-snmp on Tru64 Unix, please refer to the net-snmp mailing lists (see 
  27. http://www.net-snmp.org/lists).