Hi! I'm trying Argus ( Audit Record Generation and Usage System ) at http://www.qosient.com/argus/downloads.htm
Required packages... : libpcap>=0.6.2 - http://www.tcpdump.org/release GNU bison>=1.28 - http://www.gnu.org/software/bison/bison.html tcp_wrappers>=7.6 - ftp://ftp.porcupine.org/pub/security cyrus-sasl>=1.5 - ftp://ftp.andrew.cmu.edu/pub/cyrus-mail ...are installed : libpcap-0.8.3-3tr bison-1.875-10tr tcp_wrappers-7.6-16tr cyrus-sasl-2.1.20-6tr But during make it show this error : [..] make[1]: *** No rule to make target `../lib/argus_common.a', needed by `../bin/argus_linux'. Stop. make[1]: Leaving directory `/usr/local/src/argus-2.0.6/server' ### Done with /usr/local/src/argus-2.0.6/server The INSTALL howto is very simple: ------------ How do I compile Argus? Building specifics for argus are described in the ./INSTALL file. The quick method is: % ./configure % make % make install ------------ If you want setup this software change ( common/gencode.c ): #include <net/bpf.h> to #include <net-bpf.h> Bye! _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
