Return-Path: X-Original-To: apmail-perl-dev-archive@www.apache.org Delivered-To: apmail-perl-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11D2BD461 for ; Mon, 24 Sep 2012 06:03:43 +0000 (UTC) Received: (qmail 35854 invoked by uid 500); 24 Sep 2012 06:03:43 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 35555 invoked by uid 500); 24 Sep 2012 06:03:37 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 35289 invoked by uid 99); 24 Sep 2012 06:03:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 06:03:36 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jkaluza@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 06:03:29 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8O638WC010063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Sep 2012 02:03:08 -0400 Received: from dhcp-29-218.brq.redhat.com (dhcp-25-149.brq.redhat.com [10.34.25.149]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q8O637Pr024899 for ; Mon, 24 Sep 2012 02:03:08 -0400 Message-ID: <505FF78B.5010109@redhat.com> Date: Mon, 24 Sep 2012 08:02:51 +0200 From: =?windows-1252?Q?Jan_Kalu=9Ea?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: dev@perl.apache.org Subject: Re: trying mod_perl patches for httpd 2.4 References: <505DE532.30102@squeakycode.net> <505DEC92.5060909@squeakycode.net> <505DEE4E.3000808@squeakycode.net> In-Reply-To: <505DEE4E.3000808@squeakycode.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Virus-Checked: Checked by ClamAV on apache.org On 09/22/2012 06:58 PM, Andy Colson wrote: > Bummer... > > make test totally dies: > > > > ulimit -c unlimited; /usr/bin/perl5.16.1 > /home/andy/apps/mod_perl-2.0/t/TEST -bugreport -verbose=0 > AH00558: httpd: Could not reliably determine the server's fully > qualified domain name, using 192.168.1.3. Set the 'ServerName' directive > globally to suppress this message > Not a CODE reference at /usr/lib/perl5/DynaLoader.pm line 213. > END failed--call queue aborted at > /home/andy/apps/mod_perl-2.0/blib/lib/ModPerl/Const.pm line 213. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/blib/lib/Apache2/Const.pm line 18. > BEGIN failed--compilation aborted at > /home/andy/apps/mod_perl-2.0/blib/lib/Apache2/Const.pm line 18. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/t/response/TestApache/subprocess.pm line 13. > BEGIN failed--compilation aborted at > /home/andy/apps/mod_perl-2.0/t/response/TestApache/subprocess.pm line 13. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm > line 648. > Attempt to reload Apache2/Const.pm aborted. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/t/response/TestDirective/perlmodule.pm line > 16. > BEGIN failed--compilation aborted at > /home/andy/apps/mod_perl-2.0/t/response/TestDirective/perlmodule.pm line > 16. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm > line 648. > Attempt to reload Apache2/Const.pm aborted. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/t/response/TestDirective/perlrequire.pm > line 18. > BEGIN failed--compilation aborted at > /home/andy/apps/mod_perl-2.0/t/response/TestDirective/perlrequire.pm > line 18. > Compilation failed in require at > /home/andy/apps/mod_perl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm > line 648. > /usr/sbin/httpd -d /home/andy/apps/mod_perl-2.0/t -f > /home/andy/apps/mod_perl-2.0/t/conf/httpd.conf -D APACHE2 -D > PERL_USEITHREADS > using Apache/2.4.3 (event MPM) > > waiting 300 seconds for server to start: .[Sat Sep 22 11:56:13.629096 > 2012] [env:warn] [pid 2330:tid 3069482752] AH01506: PassEnv variable > LD_LIBRARY_PATH was undefined ^ This looks like the problem, but I'm not sure why it's not set for you. I will try to reproduce it during this week, but it works properly for me on Fedora. > [ error] oh crap, server dumped core > [ error] for stacktrace, run: gdb /usr/sbin/httpd -core > /home/andy/apps/mod_perl-2.0/core > [ error] > server has died with status 255 (t/logs/error_log wasn't created, start > the server in the debug mode) > [ error] oh dangit, server dumped core > [ error] for stacktrace, run: gdb /usr/sbin/httpd -core > /home/andy/apps/mod_perl-2.0/core > sh: line 1: 2234 Terminated /usr/bin/perl5.16.1 > /home/andy/apps/mod_perl-2.0/t/TEST -bugreport -verbose=0 > make: *** [run_tests] Error 143 > > > What do I do now? > > -Andy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org > For additional commands, e-mail: dev-help@perl.apache.org > Regards, Jan Kaluza --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org