Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Sep 2002 20:25:08 -0500
From:      Robin Damm <robin@damm.ca>
To:        kwythers@umn.edu
Cc:        freebsd-questions@freebsd.org
Subject:   Re: perl modules
Message-ID:  <20020910012508.GA15637@lulu.bad.dog>
In-Reply-To: <NGBBKFIEALNEBLHJJPJDEEHLCDAA.wythe001@tc.umn.edu>
References:  <NGBBKFIEALNEBLHJJPJDEEHLCDAA.wythe001@tc.umn.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Which should return something like:

/usr/local/lib/perl5/5.6.1/File/Copy.pm

You may also want to cvsup the ports collection or revert to system perl
(5.00503) for the build process by running:

# use.perl system

And to go back to perl 5.6 issue:

# use.perl port

-- 
Robin Damm <robin@damm.ca>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020910012508.GA15637>