OpenBSD needs this one still ...

Peter Van Epp vanepp at sfu.ca
Mon Jun 18 13:31:42 EDT 2001


	Solaris has decided (for reasons so far unknown) that 2.6 is 2.7 and
is trying to define _FILE_OFFSET_BITS 64 which 2.6 doesn't support. This
is conditional in configure and should only be for 2.7 (Solaris* shouldn't
be defining it but apparantly is somehow).

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada

> 
> Hey Peter,
>    Oops, thought I had gotten them all.  Now its in there.
> I thought with the removal of HAVE_CONFIG_H from the ragrep.c
> Makefile, removing the references to getopt.h and
> then getting it to compile undert RH from that point
> we would have gotten much farther.
> 
>    If you can just get it to compile now that we aren't
> using the config.h, that would be very helpful.  It maybe
> that the system.h include file needs some tweaking.
> I still have to test it out on Solaris.  I'll do some of 
> that today, if I get a chance.
> 
> Carter
> 
> Carter Bullard
> QoSient, LLC
> 300 E. 56th Street, Suite 18K
> New York, New York  10022
> 
> carter at qosient.com
> Phone +1 212 588-9133
> Fax   +1 212 588-9134
> http://qosient.com
> 
> -----Original Message-----
> From: owner-argus-info at lists.andrew.cmu.edu
> [mailto:owner-argus-info at lists.andrew.cmu.edu] On Behalf Of Peter Van
> Epp
> Sent: Monday, June 18, 2001 12:48 PM
> To: argus
> Subject: OpenBSD needs this one still ...
> 
> 
> 	OpenBSD needs this patch added to get as far as the other 2
> before it breaks (on include/libintl.h this time) in
> argus-clients-2.0.1.alpha.5. I'll continue poking at them to see if I
> can convice them to get further.
> 
> Peter Van Epp / Operations and Technical Support 
> Simon Fraser University, Burnaby, B.C. Canada
> 
> *** include/argus_util.h.orig	Thu Jun 14 06:31:23 2001
> --- include/argus_util.h	Thu Jun 14 06:33:27 2001
> ***************
> *** 163,168 ****
> --- 163,173 ----
>      "sps", "pipe", "sctp", "fc",
>   };
>   
> + #if defined(__OpenBSD__)
> + #include <netinet/in_systm.h>
> + #include <netinet/ip.h>
> + #endif
> + 
>   #include <netinet/ip_icmp.h>
>   
>   char *icmptypestr[ICMP_MAXTYPE + 1] = {
> 
> 



More information about the argus mailing list