Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 925 invoked from network); 1 Feb 2006 18:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 18:22:51 -0000 Received: (qmail 46408 invoked by uid 500); 1 Feb 2006 18:22:42 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 46392 invoked by uid 500); 1 Feb 2006 18:22:41 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 46381 invoked by uid 99); 1 Feb 2006 18:22:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 10:22:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [205.138.193.230] (HELO bensyverson.com) (205.138.193.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 10:22:40 -0800 Received: from [10.0.1.2] (adsl-68-72-119-212.dsl.chcgil.ameritech.net [68.72.119.212]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by bensyverson.com (Postfix) with ESMTP id 3DE0ED1 for ; Wed, 1 Feb 2006 12:20:38 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <5EDD9EE9-1B51-4202-A4D6-E24E17B1D4E3@elsif.org> References: <1138656637.2854.44.camel@localhost.localdomain> <20060130171219.4a0acf26.frank@wiles.org> <5EDD9EE9-1B51-4202-A4D6-E24E17B1D4E3@elsif.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: ben syverson Subject: Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice Date: Wed, 1 Feb 2006 12:22:26 -0600 To: modperl@perl.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Jan 30, 2006, at 5:16 PM, ben syverson wrote: > Cool, thanks -- but now I'm having trouble compiling libapreq2. It > fails, with > /usr/bin/ld: cannot find -lexpat Update: everything has built fine now (thanks everyone), but I'm trying to get various modules to compile and install correctly. XML::Parser in particular isn't testing cleanly, giving me the errors below. I already posted to perl-xml, but if anyone here has any suggestions, I would love to hear them.... Thanks! - ben PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/astress.........ok t/cdata...........ok t/decl............ok t/defaulted.......ok t/encoding........"my" variable $p masks earlier declaration in same scope at t/encoding.t line 94. t/encoding........ok t/external_ent....ok t/file............dubious Test returned status 0 (wstat 139, 0x8b) t/finish..........dubious Test returned status 0 (wstat 139, 0x8b) t/namespaces......ok t/parament........ok t/partial.........Use of uninitialized value in subroutine entry at / usr/home/root/.cpan/build/XML-Parser-2.34/blib/lib/XML/Parser/ Expat.pm line 614, line 887. t/partial.........dubious Test returned status 0 (wstat 139, 0x8b) t/skip............dubious Test returned status 0 (wstat 139, 0x8b) t/stream..........ok t/styles..........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/file.t 0 139 ?? ?? % ?? t/finish.t 0 139 ?? ?? % ?? t/partial.t 0 139 ?? ?? % ?? t/skip.t 0 139 ?? ?? % ?? Failed 4/14 test scripts, 71.43% okay. 0/118 subtests failed, 100.00% okay. *** Error code 255 Stop in /usr/home/root/.cpan/build/XML-Parser-2.34. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force