From owner-freebsd-questions Mon Sep 9 23:26: 1 2002 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 34E1037B400 for ; Mon, 9 Sep 2002 23:25:59 -0700 (PDT) Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 1428043E42 for ; Mon, 9 Sep 2002 23:25:58 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: (qmail 23129 invoked from network); 10 Sep 2002 06:25:57 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 10 Sep 2002 06:25:57 -0000 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id CE74B799; Tue, 10 Sep 2002 08:26:01 +0200 (CEST) Date: Tue, 10 Sep 2002 08:26:01 +0200 From: Roman Neuhauser To: Robin Damm Cc: kwythers@umn.edu, freebsd-questions@freebsd.org Subject: Re: perl modules Message-ID: <20020910062601.GH83171@freepuppy.bellavista.cz> Mail-Followup-To: Robin Damm , kwythers@umn.edu, freebsd-questions@freebsd.org References: <20020910012508.GA15637@lulu.bad.dog> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020910012508.GA15637@lulu.bad.dog> User-Agent: Mutt/1.5.1i 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 # robin@damm.ca / 2002-09-09 20:25:08 -0500: > On Mon, Sep 09, 2002 at 06:02:09PM -0500, Kirk R. Wythers wrote: > > I'm having trouble upgrading to gnome2 on my system. It's possible that I > > have a problem with the File::Copy module. I'm getting a build error that > > implicates the move() subroutine. Can someone point me in the right > > direction to make sure that it is installed on my system and in the right > > place. > > File::Copy is a core module so it should be there. To test for it execute > the following: > > $ find `perl -e 'print "@INC"'` -name '*.pm' -print | grep Copy better yet % find `perl -e 'print "@INC"'` -name 'Copy.pm' -print -- begin 666 nonexistent.vbs FreeBSD 4.6-STABLE 8:24AM up 20 days, 14:17, 9 users, load averages: 0.00, 0.00, 0.00 end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message