From owner-freebsd-ports@FreeBSD.ORG Mon Jan 26 13:25:38 2009 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 E60FC1065675 for ; Mon, 26 Jan 2009 13:25:38 +0000 (UTC) (envelope-from krf@splip.com) Received: from saber.cyclonus.com (saber.cyclonus.com [69.71.113.18]) by mx1.freebsd.org (Postfix) with ESMTP id A831C8FC22 for ; Mon, 26 Jan 2009 13:25:38 +0000 (UTC) (envelope-from krf@splip.com) Received: from [192.168.1.100] (saber.cyclonus.com [69.71.113.18]) by saber.cyclonus.com (8.14.3/8.14.3) with ESMTP id n0QDPZoZ026832; Mon, 26 Jan 2009 07:25:36 -0600 (CST) (envelope-from krf@splip.com) Message-ID: <497DB9ED.3020707@splip.com> Date: Mon, 26 Jan 2009 07:26:05 -0600 From: Karl Friesen User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Guido Falsi References: <497B626B.2020500@splip.com> <497C7363.2040808@madpilot.net> <497D6277.9000107@madpilot.net> <497D62D0.10708@p6m7g8.com> <497D63C9.10001@madpilot.net> In-Reply-To: <497D63C9.10001@madpilot.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Philip M. Gollucci" , ports@freebsd.org, Jarrod Sayers Subject: Re: FreeBSD Port: nagios-3.0.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: Mon, 26 Jan 2009 13:25:39 -0000 I think that it was a worthwhile line of exploration. I gave it a try, and but with no success. I sent Jarrod the output from ktrace/kdump I'll rebuild nagios this weekend with debugging symbols again and run it through gdb to get the exact error message that I saw earlier. --karl Guido Falsi wrote: > Philip M. Gollucci wrote: >>>> PERL_64BITINT option? >>> >>> i386. I disabled it, it used to be enabled, which is the default. >>> >>> Now it is enabled and I also rebuild nagios, I'm not sure if simply >>> reenabling it solved the problem. >> Yeah, you definitely can _not_ mix apps / CPANS particularly anthing >> in XS or C with perls that used different options here. >> > > As I said I inadvertedly disabled that option. As soon as I noticed I > understood that was the problem. > > I reported it here because I thought it could be of some help to the > original poster. Sometimes one just does not notice this kind of little > changes. >