From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 09:31:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2416C37B407 for ; Fri, 8 Aug 2003 09:31:21 -0700 (PDT) Received: from hotmail.com (sea1-dav51.sea1.hotmail.com [207.68.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDB343FDD for ; Fri, 8 Aug 2003 09:31:18 -0700 (PDT) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Aug 2003 09:31:18 -0700 Received: from 209.187.233.158 by sea1-dav51.sea1.hotmail.com with DAV; Fri, 08 Aug 2003 16:31:17 +0000 X-Originating-IP: [209.187.233.158] X-Originating-Email: [kenzo_chin@hotmail.com] From: "Kenzo" To: Date: Fri, 8 Aug 2003 11:31:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 08 Aug 2003 16:31:18.0224 (UTC) FILETIME=[7E6B3D00:01C35DCA] Subject: airsnort X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 16:31:21 -0000 I was wondering if anyone got airsnort working or if they can point me to a tutorial. I'be been trying to install it and keep getting these error messages. source='callbacks.c' object='callbacks.o' libtool=no depfile='.deps/callbacks.Po' tmpdepfile='.deps/callbacks.TPo' depmode=gcc /bin/sh ../depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/gtk12 -I/usr/local/inc lude/glib12 -I/usr/local/include -I/usr/X11R6/include -g -O2 -Wall -c `test -f callbacks.c || echo './'`callbacks.c In file included from callbacks.c:23: PacketSource.h:31: linux/wireless.h: No such file or directory In file included from bssidlist.h:35, from display.h:23, from callbacks.c:28: capture.h:24: stdint.h: No such file or directory *** Error code 1 Stop in /usr/compat/linux/airsnort/src. *** Error code 1 Stop in /usr/compat/linux/airsnort. *** Error code 1 Stop in /usr/compat/linux/airsnort. host# I'm running FBSD 4.8 with Linux compat on. I have gtk2.2.2 installed, but I don't seem to find where gtk+devel is. that may be why it's not working, but the autogen.sh work fine. It's just when I make that fails. Any ideas? Thanks.