From owner-freebsd-ports@FreeBSD.ORG Fri Jan 21 18:42:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCF016A4CE for ; Fri, 21 Jan 2005 18:42:24 +0000 (GMT) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF2C43D1F for ; Fri, 21 Jan 2005 18:42:24 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.1/8.13.1) with ESMTP id j0LIfsQW005692; Fri, 21 Jan 2005 13:41:54 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.1/8.13.1/Submit) id j0LIfscB005691; Fri, 21 Jan 2005 13:41:54 -0500 (EST) (envelope-from wxs) Date: Fri, 21 Jan 2005 13:41:54 -0500 From: Wesley Shields To: Oliver Leitner Message-ID: <20050121184154.GA5673@csh.rit.edu> References: <20050121171243.2DF8E43D1F@mx1.FreeBSD.org> <20050121181137.GA5432@csh.rit.edu> <20050121182845.716019143@blacksheep.csh.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121182845.716019143@blacksheep.csh.rit.edu> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org Subject: Re: dsniff port broke? (dsniff-2.3, FreeBSD-5.3 RELEASE) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 18:42:25 -0000 On Fri, Jan 21, 2005 at 07:23:37PM +0100, Oliver Leitner wrote: > Thank you for the tip=) > > after doing a: > pkg_delete libnet-devel-1.1.2.1 > portinstall net/libnet > portinstall -f /net/libnids > > the compile finally worked... (and i hope i didnt break anything else with > that...) > > for some weird reason, that i dont understand yet, i had the 1.1 installed... Your welcome! I have no idea why 1.1.x was installed but I'm glad it's working for you now. A few years ago I hacked dsniff to work with newer versions of libnet. It compiles and the sniffing works, but any of the programs that require libnet (macof, arpspoof, etc) core dump. I never bother to use those programs so I didn't really care - I just wanted a package that would at least build and allow me to sniff. If I still have the drive handy I might be able to tar it up and send it to you if you find you absolutely must have libnet 1.1.x and dsniff running. -- WXS