[change the subject to reflect the discussed topic]

Christopher H. Laco wrote:

I'm going to put this on hold for a bit. I can't get a remotely clean make test.

Aside from test failures, I'm fighting this if mod_rewrite is loaded:

[Wed Dec 08 20:02:01 2004] [error] (OS 193)%1 is not a valid Win32 application. : mod_rewrite: could not startup RewriteMap program (null)

Can't help you here. Any win32 guru here? wrowe?

and this when it's not:

waiting 60 seconds for server to start: .Syntax error on line 243 of C:/Development/httpd-test/perl-framework/t/conf/extra.conf:
Invalid ScriptLog path C:/Development/httpd-test/perl-framework/t/logs/mod_cgi.log

That's bizarre. What do you have in t/conf/extra.conf? It should be something like:


<IfModule mod_cgi.c>
AddHandler cgi-script .sh
AddHandler cgi-script .pl
ScriptLog /home/stas/apache.org/httpd-test/perl-framework/t/logs/mod_cgi.log
ScriptLogLength 8192
ScriptLogBuffer 256


so if you don't have that module available (loaded), it shouldn't give you this error.

I even went to far as to uninstall every piece of Apache/Apache2 and perl 5.6.1/5.8.4 and reinstall Apache2/5.8.4 letting it setup the ENV variables so it was the only perl.

Maybe if I get more energy on my day off Friday I'll take another crack at it. Time for some HL2. :-)

FWIW, I get two tests failing t/apache/limits.t 10 2 20.00% 7 9 t/modules/include.t 82 1 1.22% 49

--
__________________________________________________________________
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

Reply via email to