It had an OK status both when I tried to install from an RPM and when I tried it through CPAN and from source. I erased the RPM install, as it just gave the same error. I would say you are right, it seems pretty clear it's not installed correctly, but how else can a module be installed? I tried building Apache::Test and libapreq manually. both appeared to install, but the test of libapreq did fail again.
[root@iweb libapreq-1.2]# make test make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/c' make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/c' make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/Request' make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/Request' make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/Cookie' make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/Cookie' /usr/bin/perl5.8.0 -Iblib/arch -Iblib/lib \ t/TEST -clean *** setting ulimit to allow core files ulimit -c unlimited; t/TEST -clean APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \ /usr/bin/perl5.8.0 -Iblib/arch -Iblib/lib \ t/TEST -verbose=0 *** setting ulimit to allow core files ulimit -c unlimited; t/TEST -verbose=0 *** root mode: changing the fs ownership to 'nobody' (65534:65534) /usr/sbin/httpd-perl -d /root/.cpan/build/libapreq-1.2/t -f /root/.cp +an/build/libapreq-1.2/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS using Apache-AdvancedExtranetServer/1.3.27 waiting for server to start: .Syntax error on line 116 of /root/.cpan/ +build/libapreq-1.2/t/conf/httpd.conf: Invalid command 'PerlSwitches', perhaps mis-spelled or defined by a mo +dule not included in the server configuration !!! server has died with status 255 (t/logs/error_log wasn't created, star +t the server in the debug mode) make: *** [run_tests] Error 143

In reply to Re: Re: Apache::Request causing Mason to fail. by thunders
in thread Apache::Request causing Mason to fail. by thunders

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.