Blame README.tru64

Packit Service b38f0b
Some notes for the Tru64 Unix 5.x port
Packit Service b38f0b
======================================
Packit Service b38f0b
Packit Service b38f0b
1. Compiling
Packit Service b38f0b
------------
Packit Service b38f0b
Packit Service b38f0b
The following procedure has been proven to successfully compile net-snmp 
Packit Service b38f0b
version 5.2.2 and later on Tru64 Unix 5.1B (Alpha EV5.6) using the Compaq C 6.5 
Packit Service b38f0b
compiler:
Packit Service b38f0b
Packit Service b38f0b
	./configure --disable-embedded-perl
Packit Service b38f0b
	make
Packit Service b38f0b
	su -
Packit Service b38f0b
	make install
Packit Service b38f0b
Packit Service b38f0b
A recent GNU C compiler (gcc) will probably work, too.
Packit Service b38f0b
Packit Service b38f0b
Please note that the "host" module doesn't compile on Tru64, so you *cannot*
Packit Service b38f0b
run configure with "--with-mib-modules=host".
Packit Service b38f0b
Packit Service b38f0b
2. Embedded Perl
Packit Service b38f0b
----------------
Packit Service b38f0b
Packit Service b38f0b
The Perl package (5.00503) shipped with Tru64 Unix 5.1 isn't complete enough
Packit Service b38f0b
to allow to build net-snmp with embedded Perl support. If you need embedded
Packit Service b38f0b
Perl support, do your own Perl installation first.
Packit Service b38f0b
Packit Service b38f0b
3. IPv6
Packit Service b38f0b
-------
Packit Service b38f0b
Packit Service b38f0b
Starting with net-snmp 5.4 you can enable the UDPIPv6 and TCPIPv6 transports
Packit Service b38f0b
on Tru64 Unix 5.1:
Packit Service b38f0b
Packit Service b38f0b
   ./configure --enable-ipv6
Packit Service b38f0b
Packit Service b38f0b
There's no support for the IPv6 MIBs, though.
Packit Service b38f0b
Packit Service b38f0b
Packit Service b38f0b
4. Known problems
Packit Service b38f0b
-----------------
Packit Service b38f0b
Packit Service b38f0b
"make test" is known to report the following failure:
Packit Service b38f0b
Packit Service b38f0b
  59: testing full snmpwalk (SNMPv2c) against agent (may take time)... FAIL
Packit Service b38f0b
Packit Service b38f0b
so it's obvious that there are still problems with some MIB modules on Tru64.
Packit Service b38f0b
If you have ideas how to fix them, please let us know!
Packit Service b38f0b
Packit Service b38f0b
Packit Service b38f0b
5. Feedback
Packit Service b38f0b
-----------
Packit Service b38f0b
Packit Service b38f0b
Please also see README and PORTING.
Packit Service b38f0b
Packit Service b38f0b
If you have questions, additional insights or (even better) patches regarding
Packit Service b38f0b
net-snmp on Tru64 Unix, please refer to the net-snmp mailing lists (see 
Packit Service b38f0b
http://www.net-snmp.org/lists).