From owner-freebsd-stable@FreeBSD.ORG Fri Aug 26 17:40:56 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E0916A41F for ; Fri, 26 Aug 2005 17:40:56 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7826C43D62 for ; Fri, 26 Aug 2005 17:40:50 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so187980wri for ; Fri, 26 Aug 2005 10:40:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jWTBnLynntToefGQombWk3dgTIJXmm9a6SXnNvEh/nWY4ccSzHAl9xKyWzFj900yEgQszP8EYQvSHUeFzVymoEd0/NYfq19GZDR5Vf8V26HkKWCMR00oRF1HD1NKqMYvJf+mBXmXfjlkbK0kn84cS5QWzSold4zLDsqaWtPzYoE= Received: by 10.54.45.1 with SMTP id s1mr3672687wrs; Fri, 26 Aug 2005 10:40:46 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Fri, 26 Aug 2005 10:40:46 -0700 (PDT) Message-ID: <790a9fff05082610406ff8f98@mail.gmail.com> Date: Fri, 26 Aug 2005 12:40:46 -0500 From: Scot Hetzel To: Kurt Buff In-Reply-To: <054222519C2ED411A68E00508B603AC70A3D085F@zetxch01.zetron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <054222519C2ED411A68E00508B603AC70A3D085F@zetxch01.zetron.com> Cc: "freebsd-stable@freebsd.org" Subject: Re: A problem with ntop after upgrading from 5.3 to stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 17:40:56 -0000 On 8/26/05, Kurt Buff wrote: > I did the ntop upgrade by doing a 'make deinstall' of 3.0, then a 'pkg_ad= d > -r ntop', which reported success. >=20 > Can someone point me in the right direction? >=20 go to /usr/ports/net/ntop and do the following make deinstall make install Your pkg_add command used a version of the port that was meant for FreeBSD 6.x or 7.0-CURRENT. You'll need to compile your own version, or get the package for 5-stable. Scot --=20 DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.