Randy Kobes wrote:
On Fri, 30 Mar 2007, Steve Hay wrote:

Philippe M. Chiasson wrote:
The URL

  http://apache.org/dyn/closer.cgi/perl/mod_perl-1.30.tar.gz
  or
  http://www.perl.com/CPAN/modules/by-module/Apache/mod_perl-1.30.tar.gz

has entered CPAN

I noticed that this doesn't build with a perl-5.8.8 system on Win32 because the patch that was posted in the thread below was never applied:

http://marc.info/?l=apache-modperl-dev&m=113999605514796&w=2

I've attached a new patch against mod_perl-1.30 for the same issue.

Thanks, Steve, and sorry for not applying the earlier one.
At the time I wanted to check to see how that affected
perls, and then time slipped away ... This is now in svn,
with it applying for perl >= 5.8.6.

Thanks. It works fine for me using 5.8.8.



However, something else now seems to be amiss too because after applying that patch and then building mod_perl-1.30 I find that "nmake test" doesn't do anything: it spits out the following lines (only) and then hangs until I Ctrl+C it:

This seems to be a result from some white space added in
the generated Makefile - does the attached patch work?

Yep, that fixes it for me. The tests now run OK, but I have one test failure (modules\regex.t test 4): verbose output below (this is using SVN @ rev 524788 plus your Makefile.PL patch):

C:\Temp\modperl-1.0>perl t/TEST.win32 -v modules\regex.t
Running tests with:
  perl=C:\perl5\bin\perl.exe
  apache=C:/Apache/Apache.exe
httpd listening on port 8529
will write error_log to: t/logs/mod_perl_error_log
letting apache warm up...
Perl/v5.8.8 Apache/1.3.34 (Win32) mod_perl/1.31-dev running...
done
modules\regex....module CGI is installed
1..5
ok 1
# Apache::Registry
ok 2
# Apache::PerlRun
ok 3
# Apache::RegistryNG
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /ng-perl/cgi.pl/(yikes was not found on this server.<P>
</BODY></HTML>
# mod_cgi
ok 5
FAILED test 4
        Failed 1/5 tests, 80.00% okay
Failed Test     Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
modules\regex.t                5    1  20.00%  4
Failed 1/1 test scripts, 0.00% okay. 1/5 subtests failed, 80.00% okay.
letting apache cool down...

--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to