Sim wrote: > 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 > 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
that error has nothing to do with external dependencies.. most often, such an error is the result of running make in subdirs in the wrong order.. without more information, there's not much we can do to help.. you could however try running make in lib/ by hand -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
