From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 17:34:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F255E106566B for ; Mon, 30 Nov 2009 17:34:32 +0000 (UTC) (envelope-from d.meyers@lancaster.ac.uk) Received: from sideburn.lancs.ac.uk (sideburn.lancs.ac.uk [148.88.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id B547D8FC16 for ; Mon, 30 Nov 2009 17:34:32 +0000 (UTC) Received: from exchange-fe3.lancs.ac.uk ([148.88.18.5] helo=exchange-fe3.lancs.local) by sideburn.lancs.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NFA8t-0008L8-HX for freebsd-questions@freebsd.org; Mon, 30 Nov 2009 17:34:31 +0000 Received: from exchange-be8.lancs.local ([10.42.26.7]) by exchange-fe3.lancs.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 30 Nov 2009 17:34:17 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 30 Nov 2009 17:34:29 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RE: PL_sv_undef and PL_stack_max undefined - FreBSD 8.0, Perl 5.8.9 or 5.10, FreeRADIUS 2.1.6 Thread-Index: Acpxzc24C/ruVN3BEd7GhwAZuTOjXwACSgNgAAL7PnAAAB07QA== From: "Meyers, Dan" To: X-OriginalArrivalTime: 30 Nov 2009 17:34:17.0514 (UTC) FILETIME=[57A0A0A0:01CA71E3] Subject: RE: PL_sv_undef and PL_stack_max undefined - FreBSD 8.0, Perl 5.8.9 or 5.10, FreeRADIUS 2.1.6 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: Mon, 30 Nov 2009 17:34:33 -0000 Interestingly, a completely fresh install of 7.2 that never sees anything out of ports installs perl 5.8.9_2 not 5.8.9_2, and freeradius 2.1.4 instead of 2.1.6 via pkg_add if I do a pkg_add freeradius. *That* works absolutely fine. Unfortunately the packages for 8.0 are 5.8.9_3 and 2.1.6 respectively. For now, it looks like we'll stick with 7.2 and install from packages instead of ports. > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Meyers, Dan > Sent: 30 November 2009 16:18 > To: freebsd-questions@freebsd.org > Subject: RE: PL_sv_undef and PL_stack_max undefined - FreBSD 8.0,Perl > 5.8.9 or 5.10, FreeRADIUS 2.1.6 >=20 > Had a bit more of a poke. Same symptoms under FreeBSD 7.2 amd64. I am > now looking towards there being some kind of issue with the perl or > freeradius in ports/packages. Has anyone else seen this at all? >=20 > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > > questions@freebsd.org] On Behalf Of Meyers, Dan > > Sent: 30 November 2009 15:00 > > To: freebsd-questions@freebsd.org > > Subject: PL_sv_undef and PL_stack_max undefined - FreBSD 8.0,Perl > 5.8.9 > > or 5.10, FreeRADIUS 2.1.6 > > > > We've had a setup for a while where we have a FreeBSD server running > > FreeRADIUS 2.1.6 and using the rlm_perl module to examine a database > > and > > do some fairly complex checking of the returned data before deciding > > whether to accept or reject the radius request. This works fine on > > FreeBSD 7.2 amd64 with Perl 5.8.9 and FreeRADIUS 2.1.6 (all compiled > > from source out of the same copy of the ports tree. Perl compiled > > without threading support as that causes issues with our database > > connections when under high load).