"make install" no longer installs raips/raplot?

Doug Burks doug.burks at gmail.com
Thu Oct 30 10:35:25 EDT 2014


Hi Carter and all,

I'm working on new Argus packages for Security Onion.  In comparing
Argus 3.0.8 to Argus 3.0.6, I noticed that Argus 3.0.8 no longer
installs raips and raplot.  It looks like the Makefile performs the
"make" step for each of these, but there is no "make install".

For example, if I look at examples/rahosts/Makefile.in, it looks like
we install rahosts, but not raips:

install: force all
        [ -d $(DESTDIR)$(BINDIR) ] || \
                (mkdir -p $(DESTDIR)$(BINDIR); chmod 755 $(DESTDIR)$(BINDIR))
        $(INSTALL) $(INSTALLBIN)/rahosts $(DESTDIR)$(BINDIR)

Likewise, if I look at examples/ragraph/Makefile.in, it looks like we
install ragraph, but not raplot:

install: force all
        [ -d $(DESTDIR)$(BINDIR) ] || \
                (mkdir -p $(DESTDIR)$(BINDIR); chmod 755 $(DESTDIR)$(BINDIR))
        $(INSTALL) $(INSTALLBIN)/ragraph $(DESTDIR)$(BINDIR)

Questions:

Am I reading this correctly?

Is this intentional?

Thanks!

-- 
Doug Burks
Need Security Onion Training or Commercial Support?
http://securityonionsolutions.com



More information about the argus mailing list