From owner-freebsd-questions Sat May 18 8:22:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by hub.freebsd.org (Postfix) with ESMTP id 5FAA837B412 for ; Sat, 18 May 2002 08:22:27 -0700 (PDT) Received: from mule.packetmule.net ([24.92.156.183]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020518152226.EXUN17203.sccrmhc02.attbi.com@mule.packetmule.net> for ; Sat, 18 May 2002 15:22:26 +0000 Received: from localhost (rigo@localhost) by mule.packetmule.net (8.11.6/8.11.6) with ESMTP id g4IFMBT12660 for ; Sat, 18 May 2002 10:22:17 -0500 (EST) (envelope-from tarnation@mindspring.com) X-Authentication-Warning: mule.packetmule.net: rigo owned process doing -bs Date: Sat, 18 May 2002 10:22:10 -0500 (EST) From: Bob Arnold X-X-Sender: rigo@mule.packetmule.net Reply-To: Bob Arnold To: freebsd-questions@FreeBSD.ORG Subject: upgrading perl Message-ID: <20020518100723.H12555-100000@mule.packetmule.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hi all, I"m running 4.5 stable and I'd like to upgrade my perl installation from 5.005_03 to 5.6.1_1 using the ports package. It's definitely installed: perl -v This is perl, version 5.005_03 built for i386-freebsd perl -V Characteristics of this binary (from libperl): Built under freebsd Compiled at Feb 3 2002 12:29:20 @INC: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 but when I try to use the `pkg_update` command, I get: pkg_update perl-5.6.1_1.tgz updating perl packages to version 5.6.1 There are no perl packages installed. Then I checked what was installed for ports: pkg_info|grep -i perl p5-DBI-1.20 The perl5 Database Interface. Required for DBD::* modules p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data p5-MIME-Base64-2.12 Perl5 module for Base64 and Quoted-Printable encodings p5-Mysql-modules-1.2216 Perl5 modules for accessing MySQL databases ...so just some perl modules that I had installed, but not the main perl package. How does one upgrade a package (specifically perl, in my case!) in this scenario? Thanks in advance for any help anyone can provide! Sincerely, Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message