From owner-freebsd-ports@FreeBSD.ORG Tue Feb 2 15:15:28 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307901065672 for ; Tue, 2 Feb 2010 15:15:28 +0000 (UTC) (envelope-from soeren.schroeder@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id BC0638FC18 for ; Tue, 2 Feb 2010 15:15:27 +0000 (UTC) Received: by fxm26 with SMTP id 26so153496fxm.13 for ; Tue, 02 Feb 2010 07:15:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=dEtENrRT+aWFBFCeoNu1FtpWNRRmpWYGG2CpDTq6QCY=; b=TY4W6P7SywXEjHHiAPMWvawnTnjKo7yP57AGJbNXiWVyB5Ll0/lQiZ0lCAxU5uCtcC uthGSrzaXpYuDGnx86OtgvmIqoB7Xz7ZxRvM8Xfd/YkbJcGONlcm/24LcOiIdd8n7XwP mAnOS6N9FHFhFW2xj+iHB1klDTQiw/DOumseQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=mdgF4J2IQRILIZThPyLpsCJeTMAD6vFylaIKA+whlF5scCmsitG/d6DYfA+JLNXBaY jOn2njpU16zkQWpAAOqAoeDwcZgv5jYd0JCygms9QsxFRb/PYwmuV0ynXBvsON8J5h3V p95yAAg1c2PrEQNvjvMJLAERzlP32RyH80J0k= MIME-Version: 1.0 Received: by 10.223.5.17 with SMTP id 17mr2564138fat.0.1265122002356; Tue, 02 Feb 2010 06:46:42 -0800 (PST) Date: Tue, 2 Feb 2010 15:46:42 +0100 Message-ID: From: =?ISO-8859-1?Q?S=F8ren_Schr=F8der?= To: david@wood2.org.uk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: FreeBSD Port: 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, 02 Feb 2010 15:15:28 -0000 Greeting I have problems with FreeRadius 2.1.6 and rlm_perl I updated from 2.1.1 (using portmaster) and perl support got broken. according to freeradius mailinglist, this is due to some libtool2.2 vs libtool 1.5 issue. (or libltld - not much info avaliable) http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg60275.= html I fetched the 2.1.8 tarball from the project and did a "configure/gmake install" and it works now I verified the bug on a system that never had freeradius installed before (claen install) and got the bug there too. I tested with perl 5.8.9 and 5.10.1 and the bug follows freeradius, not perl. --------- radiusd -f -X server ggsn { modules { Module: Checking authenticate {...} for more modules to load Module: Linked to module rlm_perl Module: Instantiating perl perl { module =3D "/usr/local/etc/raddb/perl/sch.pm" func_authorize =3D "authorize" func_authenticate =3D "authenticate" func_accounting =3D "accounting" func_preacct =3D "preacct" func_checksimul =3D "checksimul" func_detach =3D "detach" func_xlat =3D "xlat" func_pre_proxy =3D "pre_proxy" func_post_proxy =3D "post_proxy" func_post_auth =3D "post_auth" } Can't load '/usr/local/lib/perl5/5.10.1/mach/auto/Data/Dumper/Dumper.so' fo= r module Data::Dumper: /usr/local/lib/perl5/5.10.1/mach/auto/Data/Dumper/Dumper.so: Undefined symbol "PL_sv_undef" at /usr/local/lib/perl5/5.10.1/mach/XSLoader.pm line 70. at /usr/local/lib/perl5/5.10.1/mach/Data/Dumper.pm line 36 Compilation failed in require at /usr/local/etc/raddb/perl/sch.pm line 7. BEGIN failed--compilation aborted at /usr/local/etc/raddb/perl/sch.pm line 7. rlm_perl: perl_parse failed: /usr/local/etc/raddb/perl/sch.pm not found or has syntax errors. /usr/local/etc/raddb/radiusd.conf[166]: Instantiation failed for module "perl" /usr/local/etc/raddb/radiusd.conf[290]: Failed to find module "perl". /usr/local/etc/raddb/radiusd.conf[290]: Failed to parse "perl" entry. Errors initializing modules Kind regards (and thanks for your work) S=F8ren Schr=F8der Happy FreeBSD user since 1.x