From owner-freebsd-stable Thu Sep 27 20:36:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sial.org (sense-sea-MegaSub-1-583.oz.net [216.39.146.75]) by hub.freebsd.org (Postfix) with ESMTP id BB42037B401 for ; Thu, 27 Sep 2001 20:36:44 -0700 (PDT) Received: (from jmates@localhost) by darkness.sial.org (8.11.6/8.11.6) id f8RFrIP87328 for stable@freebsd.org; Thu, 27 Sep 2001 08:53:18 -0700 (PDT) Date: Thu, 27 Sep 2001 08:53:18 -0700 From: "Jeremey A. Mates" To: stable@freebsd.org Subject: Re: Upgrading system perl Message-ID: <20010927085318.A87159@darkness.sial.org> Mail-Followup-To: "Jeremey A. Mates" , stable@freebsd.org References: <20010926085253.O58361-100000@mail1.hub.org> <012d01c146a8$9a0b5ad0$279c10ac@INTERNAL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <012d01c146a8$9a0b5ad0$279c10ac@INTERNAL> User-Agent: Mutt/1.3.22.1i Organization: http://www.sial.org/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Jeff Eckermann [2001-09-26 09:31:18]: > (Perl wouldn't recognize that I had installed modules, though: is > there an easy fix, or do I need to reinstall all of them? I > installed them from ports.) Options: 1. Reinstall all the perl modules. In the future, you can use the CPAN "autobundle" feature to create a list of installed perl modules, then install said bundle on the new perl to bring in all the extra modules from CPAN that you like after upgrading perl. Run "perldoc CPAN" for more info. Or, you can maintain a list of stuff to install-- this is mainly useful when installing perl modules on systems you do not want CPAN upgrading perl on behind your back. http://www.sial.org/code/perl/docs/perl-modules-quick.txt 2. Diddle with the Configure steps to perl when compiling 5.6.1, which allows one to build a new perl that is backwards compatible with the old 5.005 modules. Good if you have non-standard modules that are a hassle (or impossible) to upgrade. > On the second server, the install failed with error messages > reproduced below. FreeBSD version: Missing system ndbm include/libraries, or maybe the "wrong" version of ndbm is installed? -- Jeremy Mates http://www.sial.org/ "You cannot control, only catch." -- Tsung Tsai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message