From owner-freebsd-perl@FreeBSD.ORG Fri Aug 17 03:53:14 2012 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D2F8106564A for ; Fri, 17 Aug 2012 03:53:14 +0000 (UTC) (envelope-from alexander@yamshanov.ru) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB1968FC15 for ; Fri, 17 Aug 2012 03:53:13 +0000 (UTC) Received: by qcsg15 with SMTP id g15so3473922qcs.13 for ; Thu, 16 Aug 2012 20:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=A3TjnjbXSnYv9V5IIQNLQyBfNfJI3xrAfnh/hZPlkGo=; b=TvZqAJUJ601WCgLc22kba2sTs9J9CYV9LyXDRNSGwfEkAd4Qbz5Db6uvINv3C/f4XB HYWMlbqijtovBkIHLYS25+/uiO7yUfkiz+UaxUEI7PaFh3yDWgYiw0GCIPxtWBtEyCKI dSKmqlX4bhK8UIjCt2lfvsNXO8DoxVOS/0TdOH6UdLGGpGkGSNXsm0BeLjZmF2RIMMSF iz1eLr2m+GzWU82T4OHoOSRf1UNrOttIFYbIP6HocOw5A2H1RD7Vm7+OXee/eTs6Wq1Y e7pDZy+uZkc+6onmIXrwjmbpf3wdu+iIEKbW+02wGKt4+6OkBmirVMc0kmRihmGYlaHT fVHQ== MIME-Version: 1.0 Received: by 10.229.136.147 with SMTP id r19mr2512638qct.75.1345175592711; Thu, 16 Aug 2012 20:53:12 -0700 (PDT) Received: by 10.49.109.5 with HTTP; Thu, 16 Aug 2012 20:53:12 -0700 (PDT) X-Originating-IP: [212.109.193.5] Date: Fri, 17 Aug 2012 10:53:12 +0700 Message-ID: From: Alexander Yamshanov To: perl@FreeBSD.org X-Gm-Message-State: ALoCoQn6N6/c1NzAgXLRRl3d7smo1iqFgVpFGSolmgrdff1u0HJU6ECCk7Xq5O7n+wFcYUWTGlsg Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Some problem with p5-Authen-Radius-0.20 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 03:53:14 -0000 Hello, I upgraded bsdpan-Authen-Radius to p5-Authen-Radius-0.20 and got error in my asterisk. I found cause of the problem. It's in default config files or in default dictionary: file dictionary.rfc2869 is missed. # pkg_info -L p5-Authen-Radius-0.20 Information for p5-Authen-Radius-0.20: Files: /usr/local/lib/perl5/5.14.2/man/man3/Authen::Radius.3.gz /usr/local/lib/perl5/site_perl/5.14.2/Authen/Radius.pm /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Authen/Radius/.packlist /usr/local/share/Authen-Radius/dictionary /usr/local/share/Authen-Radius/dictionary.ascend /usr/local/share/Authen-Radius/dictionary.cisco /usr/local/share/Authen-Radius/dictionary.compat /usr/local/share/Authen-Radius/dictionary.livingston /usr/local/share/Authen-Radius/dictionary.quintum /usr/local/share/Authen-Radius/dictionary.shiva /usr/local/share/Authen-Radius/dictionary.tunnel /usr/local/share/Authen-Radius/dictionary.usr /usr/local/share/Authen-Radius/dictionary.versanet /usr/local/share/Authen-Radius/dictionary.xtradius # grep 2869 /usr/local/share/Authen-Radius/dictionary $INCLUDE dictionary.rfc2869 # Thank you, Alexander