Jay R. Ashworth wrote:
On Tue, Dec 02, 2003 at 12:22:10PM -0800, THELLA,RITA (HP-Cupertino,ex3) wrote:

I installed perl 5.8.2 and Apache 2.0.48(built from src using perl 5.8.0). I
downloaded modperl 1.99_11 and ran

perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1
MP_APXS=/opt/hpws/apache/bin/apxs \
           PREFIX=/opt/hpws/apache/lib/perl

make test is failing with the following error message:

waiting 60 seconds for server to start: .Syntax error on line 28 of
/proj/middleware/rthella/mod_perl-1.99_11/t/conf/extra.conf:
Invalid per-unknown PerlOption: ParseHeaders


I'm not a pro (yet :-), but I suspicion that's supposed to be
"+ParseHeaders", based on other things I've seen.  Where it is, and
who's supposed to put it there, are other matters.  But if you can
find it to change, try that.

The error message and the config are fine, it's "ParseHeaders". +/- are a part of the syntax to enable/disable the option. There aren't a part of option name.


Normally it'd try to tell something like:

  Invalid per-directory PerlOption: ParseHeaders
              ^^^^^^^^^

So since extra.conf is autogenerated, it's possible that it's messed up. Rita, can you please post your t/conf/extra.conf here? Thanks.

p.s. I didn't know you had to use ActivePerl for HP-UX. Doesn't the plain build work there?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to