Here is the extra.conf:
-----------------------
# WARNING: this file is generated (from
/proj/middleware/rthella/mod_perl-1.99_11/t/conf/extra.conf.in), do not edit
# 01:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestConfig.
pm:746
# 02:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestConfig.
pm:764
# 03:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestConfig.
pm:1158
# 04:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestConfig.
pm:1359
# 05:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestRun.pm:
357
# 06:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestRun.pm:
404
# 07:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestRunPerl
.pm:41
# 08:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestRun.pm:
611
# 09:
/proj/middleware/rthella/mod_perl-1.99_11/Apache-Test/lib/Apache/TestRun.pm:
611
# 10: t/TEST:21
# make sure that we test under Taint and warnings mode enabled
PerlSwitches -wT
PerlChildExitHandler ModPerl::Test::exit_handler
#for t/modules/include.t
<Directory /proj/middleware/rthella/mod_perl-1.99_11/t/htdocs/includes>
AddOutputFilter INCLUDES .shtml
Options Indexes FollowSymLinks IncludesNoExec
</Directory>
<Directory
/proj/middleware/rthella/mod_perl-1.99_11/t/htdocs/includes-registry>
SetHandler perl-script
Options +ExecCGI +IncludesNoExec
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders +GlobalRequest
AddOutputFilter INCLUDES .spl
</Directory>
<IfModule mod_perl.c>
<IfDefine !MODPERL2>
# This should not be touched, since we're running with mod_perl 2
PerlModule Doesnt::Exist
</IfDefine>
</IfModule>
# <sandbox-friendly>
# keep everything self-contained, to avoid problems with sandboxes
# which break when things try to run off /tmp
<IfModule mod_cgid.c>
ScriptSock logs/cgisock
</IfModule>
#
SetEnv TMPDIR /proj/middleware/rthella/mod_perl-1.99_11/t/logs
# </sandbox-friendly>
Mean while, I try using plain perl and see if run into same thing.
Thanks,
Rita
-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 4:22 PM
To: Jay R. Ashworth
Cc: '[EMAIL PROTECTED]'
Subject: Re: make test errors (modperl 1.99_11 and perl 5.8.2)
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
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html