The following software must be installed and available before you install fsnmp:
The software is available for download at http://sourceforge.net/projects/fsnmp.
After unpacking the archive the well-known procedure
./configure make make install
builds and installs the software.
Additionally you should copy fsnmp into the ``/usr/local/libexec/filters''
directory.
The configure script uses the net-snmp-config script to find
C compiler options... for building programs using the net-snmp library.
Depending on the net-snmp build (options used to build net-snmp) some
libraries might be included multiple times... Edit the Makefile manually
to resolve conflicts.
Note for Solaris users: If there are compiler/linker messages
about a wrong ELF class, remove the -xarch=... option from the CFLAGS
and run
make clean make