
  INSTALL INSTRUCTIONS:
  ---------------------

-----------------------------------------------------------------------------
LAST MINUTE NOTE: 
CMU-SNMP v1.11 is now a dinamicaly linked library, to correctly run
snmpsniff don't forget to set the LD_LIBRARY_PATH env. variable correctly.
For example:

	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cmu-snmp/lib

-----------------------------------------------------------------------------

- If you do want to compile everything:

	- To compile yourself, you'll need libpcap and CMU-SNMP installed.

	- Run "./configure" if you have CMU-SNMP and libpcap on standard 
	places. Otherwise, run:

		./configure --with-snmp=your_cmusnmp_location --with-pcap=your_libpcap_location

	if you want to install everything under a different prefix, run 
	"configure" with another option:

		--prefix=your_install_dir

	- Run "make", if everything is ok, you should end up with a binary
called "snmpsniff".

	- Run "make install", which will install everything on the right places.
	
	- Finaly, don't forget to look at snmpsniff.sh, which is a script to
	correctly start snmpsniff with all the necessary shell variables in 
	case you are using a dinamicaly linked binary.

- If you really go into trouble, send me some mail (nunol@uk.uu.net) and
I'll try to help you out.
