argus-clients-3.0.5.16 compile failure on Fedora 14

Mike Iglesias iglesias at uci.edu
Fri Jul 15 12:31:32 EDT 2011


On 07/15/2011 08:35 AM, Carter Bullard wrote:
> Hey Mike,
> Sorry for the delayed response.  Well, this is odd.  what does it do without the "--with-libft=yes".
> Did you ./configure find the flow-tools library?

argus-clients-3.0.5.16 compiles fine without "--with-libft=yes".  And it did
find the flow-tools library when I used "--with-libft=yes".  I was using the
flow-tools v0.68.5 that comes with Fedora 14 (installed via yum).

I think the problem is that the u_int32, u_int16, and u_int8 in the added
flow-tools code in argus_util.c are missing the "_t" at the end.  I stuck
these lines in argus_util.c and it compiled, and I was able to use ra and
racluster to read flow-tools files.

typedef u_int32_t u_int32;
typedef u_int16_t u_int16;
typedef u_int8_t u_int8;



-- 
Mike Iglesias                          Email:       iglesias at uci.edu
University of California, Irvine       phone:       949-824-6926
Office of Information Technology       FAX:         949-824-2270



More information about the argus mailing list