From owner-freebsd-questions@FreeBSD.ORG Sat Apr 3 00:37:05 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 D728216A4CE; Sat, 3 Apr 2004 00:37:05 -0800 (PST) Received: from mg5.xecu.net (mg5.xecu.net [216.127.136.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A261A43D3F; Sat, 3 Apr 2004 00:37:05 -0800 (PST) (envelope-from Harlan.Stenn@pfcs.com) Received: from localhost (unknown [127.0.0.1]) by mg5.xecu.net (Postfix) with ESMTP id 0B31E20798D; Sat, 3 Apr 2004 03:36:54 -0500 (EST) Received: from mg5.xecu.net ([127.0.0.1]) by localhost (mg5.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42691-05; Sat, 3 Apr 2004 03:36:51 -0500 (EST) Received: from pcnbs.pfcs.com (harlan.xecu.net [216.127.150.112]) by mg5.xecu.net (Postfix) with ESMTP id 76EFF207A78; Sat, 3 Apr 2004 03:36:50 -0500 (EST) Received: from dog.pfcs.com (dog.pfcs.com [192.52.69.47]) by pcnbs.pfcs.com (Postfix) with ESMTP id C37272639; Sat, 3 Apr 2004 03:36:50 -0500 (EST) Received: from localhost [127.0.0.1] (HELO dog.pfcs.com) by dog.pfcs.com (8.12.9p2/8.12.9) via ESMTP id ; Sat, 3 Apr 2004 03:36:50 -0500 (EST) To: Kent Stewart In-Reply-To: Kent Stewart's (kstewart@owt.com) message <200404030031.14784.kstewart@owt.com> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d User-Agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Date: Sat, 03 Apr 2004 03:36:50 -0500 Message-ID: <61809.1080981410@dog.pfcs.com> From: Harlan Stenn X-Virus-Scanned: by amavisd-new at xecu.net cc: questions@freebsd.org cc: freebsd-questions@freebsd.org cc: Harlan.Stenn@pfcs.com Subject: Re: stable and perl5.8.2: PL_exit_flags undefined 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: Sat, 03 Apr 2004 08:37:06 -0000 > Well, portupgrade wouldn't run use.perl ports. Look for perl links > in /usr/bin. If they don't connect to perl5.8.2, that could be part of > your problem. Thanks, Kent. I'll have to do that tomorrow, as at the moment I have the ports version of perl uninstalled. I'll re-install it tomorrow and see if it does better. One problem I noticed is the version in work/perl-5.8.2/perl (or wherever) is fine when I run "make test", but after "make install" it stops working with the same problem. I'll attack it again after food and sleep. H