[ARGUS] argus 2.0.6 on Fedora Core 2

Steve McInerney spm at healthinsite.gov.au
Thu Jul 15 22:35:20 EDT 2004


Hi Carter,

one additional trivial problem in the install of argus-2.0.6.fixes.1, as
can be seen below:

/usr/bin/install -c -m 0644 ./man/man5/rarc.5 /usr/local/man/man5/rarc.5
/usr/bin/install: cannot stat `./man/man5/rarc.5': No such file or directory
make: *** [install] Error 1

I assume that this one was missed in the split to clients?
Definately Not a Biggie.


- Steve

> FWIW, I was independently trying to compile on some FC2 boxes with the
> same problem in the last hour - should read the list more frequently.
> Sigh.
>
> Grabbing the latest libpcap sources had the same problem. It _appears_ to
> my ignorant eyes that the change is actually in the libpcap sources. If
> that helps?
>
>
> - Steve
>
>> Hey Mike,
>>    Thanks, we'll need to add the test to the ./configure
>> script.  Its not that big of a deal, but not a trivial
>> fix.  I'll try to get it into argus for the 2.0.7
>> development thread.  So, just a political reaction
>> to the name change:
>>
>>    "what a bunch of morons".
>>
>> Carter
>>
>>
>> -----Original Message-----
>> From: owner-argus-info at lists.andrew.cmu.edu
>> [mailto:owner-argus-info at lists.andrew.cmu.edu] On Behalf Of Mike
>> Iglesias
>> Sent: Thursday, July 15, 2004 1:31 PM
>> To: argus-info at lists.andrew.cmu.edu
>> Subject: [ARGUS] argus 2.0.6 on Fedora Core 2
>>
>> When I tried to compile argus 2.0.6 on Fedora Core 2 (which uses the
>> 2.6.x kernel series), common/gencode.c failed to compile because it
>> could not find the include file /usr/include/net/bpf.h.  It turnes out
>> that in FC2 (at least), the file has been renamed to
>> /usr/include/pcap-bpf.h.  I don't have a FC1 system handy to check if
>> it was renamed there as well.
>>
>> I'm not sure what has to be done to the configure script to fix this.
>> Here's a diff of what I did to gencode.c to fix this.  I have not tested
>> it yet to see if it works, but it compiles now.
>>
>> --- gencode.c.dist      2004-02-23 07:00:36.000000000 -0800
>> +++ gencode.c   2004-07-15 10:24:48.956200744 -0700
>> @@ -59,7 +59,8 @@
>>  #include <stdlib.h>
>>  #include <syslog.h>
>>
>> -#include <net/bpf.h>
>> +/*#include <net/bpf.h>*/
>> +#include <pcap-bpf.h>
>>
>>  #include <argus_out.h>
>>  #include <argus_filter.h>
>>
>>
>> Mike Iglesias                          Email:
>> iglesias at draco.acs.uci.edu
>> University of California, Irvine       phone:       949-824-6926
>> Network & Academic Computing Services  FAX:         949-824-2069
>>
>>
>>
>>
>
>




More information about the argus mailing list