From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 15:43:51 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 1D3DD16A4CE for ; Sun, 6 Jun 2004 15:43:51 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id F078B43D39 for ; Sun, 6 Jun 2004 15:43:50 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user89.net1586.fl.sprint-hsd.net ([69.69.238.89] helo=kt.weeble.com) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BX6MN-0000qb-00; Sun, 06 Jun 2004 15:43:23 -0700 Date: Sun, 6 Jun 2004 18:44:24 -0400 From: Randy Pratt To: "white vamp" Message-Id: <20040606184424.51380eef.rpratt1950@earthlink.net> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: upgraded perl ... now missing mods that was installed before upgrade 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: Sun, 06 Jun 2004 22:43:51 -0000 On Sun, 06 Jun 2004 12:48:27 -0700 "white vamp" wrote: > i did a portupgrade -acCrRv -x kde > and every thing upgraded just fine and now when i goto run perl -MCPAN -e > shell > it loads ok but in the shell if i do a install Bundle::CPAN or any outhere > one it cant seam to find net::ftp > and also sence i did my portupgrade all of my perl modules are missing now > .. that i had installed before the upgrade .. any ideas on how i can get the > mods back?? or do i have to figure out all the mods that i had installed > previousely and reinstall them?? > > and thx inadvance for any help on this > > David D. > > PS: > > Summary of my perl5 (revision 5 version 8 subversion 4) configuration: > > uname -a > FreeBSD vampextream.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jun 3 > 15:24:56 PDT 2004 root@vampextream.com:/usr/obj/usr/src/sys/VAMPEXTREAM > i386 > > > and my perl ver before was 5.8.2 ( before the upgrade ) > > PSS: > an example of of some of my missing mods are > Text::Iconv > net::ftp > Can't locate auto/Compress/Zlib/autosplit.ix Take a look at /usr/ports/UPDATING . In particular, the entry: 20040531: AFFECTS: users of lang/perl5.8 It may be of some help. Its a good idea to get into the habit of reading and following the instructions in UPDATING. I do the things in UPDATING before updating any other ports since it may affect the upgrading of other ports. If you have followed those instructions, then pardon my noise. Best regards, Randy --