From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 15:32:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EE5106567E for ; Tue, 23 Sep 2008 15:32:11 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id B203A8FC1D for ; Tue, 23 Sep 2008 15:32:11 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id m8NFWBO5093915 for ; Tue, 23 Sep 2008 10:32:11 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200809231532.m8NFWBO5093915@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Tue, 23 Sep 2008 10:32:11 -0500 From: Martin McCormick Subject: Re: FreeBSD Port of mrtg Not Happy when Trying to Start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 15:32:12 -0000 Boris Samorodov writes: > If you install ports at default paths then net-mgmt/p5-SNMP-Util > should install SNMP_util.pm to > /usr/local/lib/perl5/site_perl/5.8.8/SNMP . > Do you have this file? I appear to. $ pwd /usr/local/lib/perl5/site_perl/5.8.8/SNMP $ ls -l total 68 -r-xr-xr-x 1 root wheel 65627 Jun 27 2000 Util.pm -r-xr-xr-x 1 root wheel 223 Jun 27 2000 Util_env.pm Martin McCormick