From owner-freebsd-questions Sun Jan 19 20:34:55 2003 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 8090E37B401 for ; Sun, 19 Jan 2003 20:34:54 -0800 (PST) Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713C643ED8 for ; Sun, 19 Jan 2003 20:34:46 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29] (may be forged)) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id h0K4VvL09215 for ; Sun, 19 Jan 2003 23:31:58 -0500 Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h0K4WQqX065206 for questions@freebsd.org; Sun, 19 Jan 2003 23:32:26 -0500 (EST) (envelope-from david) Date: Sun, 19 Jan 2003 23:32:26 -0500 From: David Banning To: questions@freebsd.org Subject: perl question about @INC Message-ID: <20030119233225.A65201@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got the error running a perl script; Can't locate Getopt/Simple.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at ./adddir.pl line 28. BEGIN failed--compilation aborted at ./adddir.pl line 28. su-2.03# locate Simple.pm /usr/local/lib/perl5/site_perl/5.005/LWP/Simple.pm Where is the @INC alluded to in the error message and how would I go about adding the real location of the file it is seeking? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message