From owner-freebsd-questions@FreeBSD.ORG Tue Apr 13 18:34:13 2004 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 90C6016A4CE for ; Tue, 13 Apr 2004 18:34:13 -0700 (PDT) Received: from mail.boundariez.com (mail.boundariez.com [216.36.108.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id E101D43D41 for ; Tue, 13 Apr 2004 18:34:12 -0700 (PDT) (envelope-from Ralph@boundariez.com) Received: from [10.24.24.110] ([10.24.24.110] unverified) by mail.boundariez.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 13 Apr 2004 21:29:09 -0400 From: "R. M. Los" To: freebsd-questions@freebsd.org Organization: Boundariez Message-Id: <1081906086.12956.5.camel@frog.boundariez.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 13 Apr 2004 21:30:01 -0400 X-OriginalArrivalTime: 14 Apr 2004 01:29:09.0312 (UTC) FILETIME=[E2583C00:01C421BF] Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Trying to compile Kismet...failing - help? 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: Wed, 14 Apr 2004 01:34:13 -0000 'lo all...trying to get Kismet compiled on this laptop, and when I try to build from source I get this... I've got libpcap installed, etc.....but it still fails: 21:15:10 ralph@~/download/kismet-2004-04-R1 $ gmake g++ -Ilibpcap-0.7.2 -O2 -Wall -DVERSION_MAJOR=\"2004\" -DVERSION_MINOR=\"04\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -g -O2 -g -O2 -c pcapsource.cc -o pcapsource.o pcapsource.cc: In member function `virtual int PcapSource::FetchPacket(kis_packet*, uint8_t*, uint8_t*)': pcapsource.cc:224: warning: unused variable `int ret' pcapsource.cc: In member function `virtual int PcapSourceRadiotap::OpenSource() ': pcapsource.cc:918: error: `pcap_set_datalink' undeclared (first use this function) pcapsource.cc:918: error: (Each undeclared identifier is reported only once for each function it appears in.) pcapsource.cc: In member function `bool PcapSourceRadiotap::CheckForDLT(int)': pcapsource.cc:929: error: `pcap_list_datalinks' undeclared (first use this function) gmake: *** [pcapsource.o] Error 1 To my non-guru mind it looks as if it's a code error internal to the application I'm trying to make. Could someone confirm for me, if I'm right or wrong? Thanks. -- Mr. R M Los - Information Security Consultant Ralph (at) boundariez (dot) com