[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] chkrootkit
- Subject: Re: [cobalt-users] chkrootkit
- From: Mike Vanecek <clist.mtv@xxxxxxxxxxxx>
- Date: Thu Feb 14 12:59:00 2002
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On 13 Feb 2002 20:14:43 +0100, "Jens W. Skov - JS Consult" <jens@xxxxxxxxxxxx>
wrote:
:>HAve anyone "maked" chkrootkit for RAQ2? I get a bunch of warnings and
:>some errors, when I "make sense"
:>
I just updated to 3.5 recently on a Qube 2. Do remember 3.5 fixed something in
3.4. Also, had to make some changes in ifpromisc.c to correct some compile
errors:
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
/*
#ifdef __linux__
#include <linux/if.h>
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#else
*/
#include <net/if.h>
/*
#ifndef __OpenBSD__
#include <net/if_arp.h>
#endif
#endif
*/
#ifdef SOLARIS2
#include <sys/sockio.h>
#endif
#include <stdio.h>