From owner-freebsd-ports@FreeBSD.ORG Tue Jan 5 20:21:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51FB106568B for ; Tue, 5 Jan 2010 20:21:09 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 77EC18FC0A for ; Tue, 5 Jan 2010 20:21:09 +0000 (UTC) Received: by pwi15 with SMTP id 15so11401429pwi.3 for ; Tue, 05 Jan 2010 12:21:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xM7XK/tYC+z8wNFFbzOeswezmkYRUPsGAJDN4SFj1Q8=; b=Q6NMO9afxxw6RwjwNtu0+7rlgdGRCD2M15WJxOmq/gFeUnocfhgA1QtHYQ+AhkMN/5 ET0XuYZYUeMVilLJUniC4Hqey62VQXqhsTRLP0c7oBOs2Ga9KHTXjVE6UE2LLh4hPZTg 10xrOGckFYsGmyF5k6/OLR7PTZbxbeS1iDsAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=movSPsYts38gRo8xu5wCqQ7h04gCrczSYYWy/YrG2BsTesQvArg4H9R4dZoCyzHopF 1JEXyZgQvylQMwWKux2ZZ+VAebighKMRIbg6ZzHkQ9hurmVmHj0+VtYchwE3m7atujJ+ LtXkRKZ5mB6KLJlGLCFJBMDGNkYuBSyHJHQFs= MIME-Version: 1.0 Received: by 10.142.120.1 with SMTP id s1mr1301328wfc.5.1262722864416; Tue, 05 Jan 2010 12:21:04 -0800 (PST) In-Reply-To: <210D8AEF-D8E2-4896-B42D-49789A62E3CD@gmail.com> References: <147432021001050912m5cd978dbv455645d590f5fd81@mail.gmail.com> <210D8AEF-D8E2-4896-B42D-49789A62E3CD@gmail.com> Date: Tue, 5 Jan 2010 15:21:04 -0500 Message-ID: <147432021001051221h70c22535id083466ca09e0a7@mail.gmail.com> From: Nick Rogers To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-ports@freebsd.org" Subject: Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 20:21:09 -0000 I installed FreeBSD 8.0-RELEASE from official ISO and used pkg_add -r to install the packages. I also tried building my own packages from ports tree and got the same result. On Tue, Jan 5, 2010 at 12:52 PM, Garrett Cooper wrote: > Sent from my iPhone > > > On Jan 5, 2010, at 10:12 AM, Nick Rogers wrote: > > I'm having the same problem as outlined in this thread... >> >> http://forums.freebsd.org/showthread.php?t=9280 >> >> > ... > > > BEGIN failed--compilation aborted at >> /space/rxg/rxgd/Rxg/ActiveRecord/RadiusServer.pm line 10. >> Compilation failed in require at /space/rxg/rxgd/bin/freeradius_hook line >> 11. >> BEGIN failed--compilation aborted at /space/rxg/rxgd/bin/freeradius_hook >> line 11 (#1) >> (F) The module you tried to load failed to load a dynamic extension. >> This >> may either mean that you upgraded your version of perl to one that is >> incompatible with your old dynamic extensions (which is known to happen >> between major versions of perl), or (more likely) that your dynamic >> extension was built against an older version of the library that is >> installed on your system. You may need to rebuild your old dynamic >> extensions. >> >> Uncaught exception from user code: >> Can't load '/usr/local/lib/perl5/5.8.9/mach/auto/IO/IO.so' for module IO: >> /usr/local/lib/perl5/5.8.9/mach/auto/IO/IO.so: Undefined symbol >> "PL_sv_undef" at /usr/local/lib/perl5/5.8.9/mach/XSLoader.pm line 70. >> at /usr/local/lib/perl5/5.8.9/mach/IO.pm line 11 >> > > Major ABI mismatch here with the IO module -- did you run the perl cleaner > script and upgrade radius afterwards? > > > Compilation failed in require at >> /usr/local/lib/perl5/5.8.9/mach/IO/Handle.pm line 263. >> > > -Garrett >