From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 09:38:34 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 B3D1B16A4CE for ; Fri, 23 Apr 2004 09:38:34 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BF043D3F for ; Fri, 23 Apr 2004 09:38:34 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i3NGcWbr055274; Fri, 23 Apr 2004 11:38:32 -0500 (CDT) (envelope-from dan) Date: Fri, 23 Apr 2004 11:38:32 -0500 From: Dan Nelson To: Wayne Pascoe Message-ID: <20040423163829.GC4463@dan.emsphone.com> References: <20040423084150.GA28778@marvin.penguinpowered.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040423084150.GA28778@marvin.penguinpowered.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: MRTG from ports 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, 23 Apr 2004 16:38:34 -0000 In the last episode (Apr 23), Wayne Pascoe said: > Hi all, > > I've just installed mrtg from /usr/ports/net-mgmt/mrtg. I used to have > an older version of mrtg on the machine that I removed by doing > pkg_delete mrtg* > > Since the re-install, I've been getting this error: > SNMP_util version 0.97 required--this is only version 0.93 at /usr/local/lib/perl5/5.8.0/Exporter/Heavy.pm line 116. > BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/MRTG_lib.pm line 20. > Compilation failed in require at /usr/local/bin/mrtg line 78. > BEGIN failed--compilation aborted at /usr/local/bin/mrtg line 78 Older versions of mrtg installed local copies of SNMP_session, and I don't think they were part of the plist, so they would hang around after deinstall. Try deleting all copies of BER.pm SNMP_Session.pm SNMP_util.pm mach/auto/SNMP_Session/.packlist you see on your system, and reinstall the SNMP_Session port. -- Dan Nelson dnelson@allantgroup.com