From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 20:32:03 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 7FAA437B401 for ; Thu, 26 Jun 2003 20:32:02 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9359E44001 for ; Thu, 26 Jun 2003 20:31:59 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h5R3Vqv6090800; Thu, 26 Jun 2003 22:31:52 -0500 (CDT) (envelope-from dan) Date: Thu, 26 Jun 2003 22:31:52 -0500 From: Dan Nelson To: David Markle Message-ID: <20030627033152.GB65335@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: questions@freebsd.org Subject: Re: libpcap install problem. 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, 27 Jun 2003 03:32:03 -0000 In the last episode (Jun 26), David Markle said: > I am having a problem installing libpcap. Have a fresh 5.0-CURRENT > installed, ran cvsup and am all up to date with the tree. enter the > directory /usr/src/contrib/libpcap and run ./configure .... /usr/src/contrib is for raw 3rd-party sources. You shouldn't build anything in there. Cd into /usr/src/lib/libpcap instead and run "make obj ; make ; make install". -- Dan Nelson dnelson@allantgroup.com