From owner-freebsd-questions@FreeBSD.ORG Sat Apr 3 00:14:20 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 7684616A4CE; Sat, 3 Apr 2004 00:14:20 -0800 (PST) Received: from mg5.xecu.net (mg5.xecu.net [216.127.136.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5484043D45; Sat, 3 Apr 2004 00:14:20 -0800 (PST) (envelope-from Harlan.Stenn@pfcs.com) Received: from localhost (unknown [127.0.0.1]) by mg5.xecu.net (Postfix) with ESMTP id BD05E207988; Sat, 3 Apr 2004 03:14:17 -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 39412-04; Sat, 3 Apr 2004 03:14:15 -0500 (EST) Received: from pcnbs.pfcs.com (harlan.xecu.net [216.127.150.112]) by mg5.xecu.net (Postfix) with ESMTP id B23FF2079E5; Sat, 3 Apr 2004 03:14:14 -0500 (EST) Received: from dog.pfcs.com (dog.pfcs.com [192.52.69.47]) by pcnbs.pfcs.com (Postfix) with ESMTP id C550C2639; Sat, 3 Apr 2004 03:14:14 -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:14:12 -0500 (EST) To: Kent Stewart In-Reply-To: Kent Stewart's (kstewart@owt.com) message <200404030008.40119.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:14:12 -0500 Message-ID: <61751.1080980052@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:14:20 -0000 Thanks, and I had already installed perl5.8.0 via the ports and it was working fine. Everything stopped working when I upgradede to 5.8.2... H -- > On Friday 02 April 2004 11:53 pm, Harlan Stenn wrote: > > I am seeing this all of a sudden (after a portupgrade -afRr): > > > /usr/local/bin/perl5.8.2 > > > > /usr/libexec/ld-elf.so.1: /usr/local/bin/perl5.8.2: Undefined symbol > > "PL_exit_flags" > > > > Any ideas what is going on and how I can fix it? > > > > a "make test" in the perl5.8 port/ area runs fine... > > When I updated to 5.8, I followed the example in /usr/ports/UPDATING > with the addition of a "use.perl port" in between the portupgrade of > perl from 5.6.1 to 5.8 and the upgrade of all of the p5-ports. I am not > obviously having problems, so,I don't know if this helps. > > Kent