From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 17:03:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9A5BC16A41C for ; Thu, 7 Jul 2005 17:03:51 +0000 (GMT) (envelope-from legalois@acm.org) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4135A43D45 for ; Thu, 7 Jul 2005 17:03:51 +0000 (GMT) (envelope-from legalois@acm.org) Received: from me-wanadoo.net (unknown [127.0.0.1]) by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id C1AEE1C00049 for ; Thu, 7 Jul 2005 19:03:49 +0200 (CEST) Received: from [192.168.0.4] (ADijon-151-1-10-234.w83-194.abo.wanadoo.fr [83.194.118.234]) by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id 697061C00044; Thu, 7 Jul 2005 19:03:49 +0200 (CEST) X-ME-UUID: 20050707170349432.697061C00044@mwinf1108.wanadoo.fr Message-ID: <42CD5E9E.7040904@acm.org> Date: Thu, 07 Jul 2005 18:55:58 +0200 From: legalois User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050325) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Hall References: <20050706191003.GA79388@kongemord.krig.net> In-Reply-To: <20050706191003.GA79388@kongemord.krig.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: perl-after-upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 17:03:51 -0000 Bob Hall wrote: > I don't know squat about perl. I recently ran portupgrade, which > upgraded perl. Goose stopped working, because the location for Curses.pm > was no longer in @INC. I tried to run perl-after-upgrade, but I couldn't > get it to run. I've got a book that said to use > # perl perl-after-upgrade > or > # ./perl-after-upgrade > I also tried just > # perl-after-upgrade > No joy. Just for the heck of it, I tried > * sh perl-after-upgrade > and dang if it didn't run. It didn't look to me like an sh script, but > what do I know? It wasn't supposed to change anything without the -f > option, but goose ran afterward, so it obviously changed things. I > looked for Curses.pm, and it moved to a directory listed in @INC. > > Anybody have any advice? Comments? How was I supposed to get > perl-after-upgrade to run? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > A longish message appears at the end of the perl upgrade build, that explains how to run perl-after-upgrade. If you overlooked that, the same instructions are at #perldoc perl-after-upgrade If the script is in a directory not in your root's path, find the full path to the script with #locate perl-after-upgrade (but make sure your locate db is up-to-date, first). - Jacques