no raxml found at my path

Carter Bullard carter at qosient.com
Sat Oct 20 11:36:51 EDT 2012


Hey Oguz,
All ra* clients can print in XML now.  Just use the " -M xml " option.

   ra -S localhost -M xml

Carter

On Oct 20, 2012, at 6:15 AM, Oguz Yarimtepe <oguzyarimtepe at gmail.com> wrote:

> Hi, 
> 
> I downloaded and installed argus-clients 3.0.6 with the following way:
> 
> 
> $ ./configure --prefix=/usr/local/argus-clients LDFLAGS=-"L/usr/local/pfring/lib -lpcap -lpfring" LD_RUN_PATH=/usr/local/pfring/lib
> $ make
> $ sudo make install
> 
> The argus command is working, , tested with ra
> 
> # argus -i eth1 -ARUZJC -w - | ra -L0 -n
> argus[32139]: 20 Oct 12 13:05:14.244766 started
> argus[32139]: 20 Oct 12 13:05:14.254707 ArgusGetInterfaceStatus: interface eth1 is up
>         StartTime      Flgs  Proto            SrcAddr  Sport   Dir            DstAddr  Dport  TotPkts   TotBytes State 
>   13:05:14.478107  *           llc  09:00:09:00:00:67.248       ->  2c:27:d7:6b:b5:00.248           2        246   INT
>   13:05:14.815016  *           llc  00:26:f1:3d:e3:c0.248       ->  09:00:09:00:00:67.248           2        250   INT
>   13:05:14.837794  *           llc  00:26:f1:4e:e0:40.248       ->  09:00:09:00:00:67.248           2        200   INT
>   13:05:15.011923  *           llc  00:26:f1:41:9d:40.248       ->  09:00:09:00:00:67.248           2        230   INT
>   13:05:15.150615  *           llc  00:26:f1:4d:07:c0.248       ->  09:00:09:00:00:67.248           2        264   INT
>   13:05:15.199166  e           tcp      192.168.1.250.6103      ?>      192.168.1.110.22            1         60   CON
>   13:05:15.211485  *           llc  00:26:f1:4d:35:40.248       ->  09:00:09:00:00:67.248           2        250   INT
>   13:05:15.259659  *           llc  00:26:f1:43:91:40.248       ->  09:00:09:00:00:67.248           2        252   INT
>   13:05:15.452209  *           llc  00:26:f1:42:5b:80.248       ->  09:00:09:00:00:67.248           1        123   INT
>   13:05:15.721174  *           llc  00:26:f1:3b:ad:c0.248       ->  09:00:09:00:00:67.248           2        232   INT
>   13:05:15.973257  *           llc  01:80:c2:00:00:00.66        ->  a4:0c:c3:a3:3d:04.66            3        180   INT
>   13:05:15.979816  e           arp       193.255.97.1          who     193.255.97.115               2        120   INT
> 
> 
> But i don't have raxml command available.
> 
> $ ls -l /usr/local/argus-clients/bin/
> total 19560
> -rwxr-xr-x 1 root root    9459 Oct 20 10:40 argusclientbug
> -rwxr-xr-x 1 root root  777255 Oct 20 10:40 ra
> -rwxr-xr-x 1 root root  781608 Oct 20 10:40 rabins
> -rwxr-xr-x 1 root root  773037 Oct 20 10:40 racluster
> -rwxr-xr-x 1 root root  792446 Oct 20 10:40 raconvert
> -rwxr-xr-x 1 root root  778893 Oct 20 10:40 racount
> -rwxr-xr-x 1 root root   10574 Oct 20 10:40 radark
> -rwxr-xr-x 1 root root  797976 Oct 20 10:40 radium
> -rwxr-xr-x 1 root root 1136358 Oct 20 10:40 radump
> -rwxr-xr-x 1 root root  768901 Oct 20 10:40 raevent
> -rwxr-xr-x 1 root root  768865 Oct 20 10:40 rafilteraddr
> -rwxr-xr-x 1 root root   62825 Oct 20 10:40 ragraph
> -rwxr-xr-x 1 root root  773349 Oct 20 10:40 ragrep
> -rwxr-xr-x 1 root root  773182 Oct 20 10:40 rahisto
> -rwxr-xr-x 1 root root    5475 Oct 20 10:40 rahosts
> -rwxr-xr-x 1 root root    1906 Oct 20 10:40 raips
> -rwxr-xr-x 1 root root  768826 Oct 20 10:40 ralabel
> -rwxr-xr-x 1 root root  790066 Oct 20 10:40 ranonymize
> -rwxr-xr-x 1 root root  777938 Oct 20 10:40 rapath
> -rwxr-xr-x 1 root root   62517 Oct 20 10:40 raplot
> -rwxr-xr-x 1 root root  773356 Oct 20 10:40 rapolicy
> -rwxr-xr-x 1 root root    4027 Oct 20 10:40 raports
> -rwxr-xr-x 1 root root  773077 Oct 20 10:40 rarpwatch
> -rwxr-xr-x 1 root root  768931 Oct 20 10:40 raservices
> -rwxr-xr-x 1 root root  768861 Oct 20 10:40 rasort
> -rwxr-xr-x 1 root root  781980 Oct 20 10:40 rasplit
> -rwxr-xr-x 1 root root  786234 Oct 20 10:40 rastream
> -rwxr-xr-x 1 root root  769091 Oct 20 10:40 rastrip
> -rwxr-xr-x 1 root root  768730 Oct 20 10:40 ratemplate
> -rwxr-xr-x 1 root root  768785 Oct 20 10:40 ratimerange
> -rwxr-xr-x 1 root root  831775 Oct 20 10:40 ratop
> -rwxr-xr-x 1 root root  777584 Oct 20 10:40 rauserdata
> 
> What did i miss?
> 
> -- 
> Oguz Yarimtepe <oguzyarimtepe at gmail.com>
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2589 bytes
Desc: not available
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20121020/f656abd4/attachment.bin>


More information about the argus mailing list