Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-26 Thread Fred Moyer
> The mod_perl 1.31 release candidate 3 "Works with Perl 5.10" is ready. It > can be downloaded here: > > http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc3.tar.gz Works with 5.8.8 also, darwin 10.5, apache 1.3.41 Files=37, Tests=405, 5 wallclock secs ( 3.20 cusr + 0.60 csys = 3.80 CPU) +1

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-26 Thread Issac Goldstand
win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. last line in mod_perl-land: mod_perl.c : 704 status = perl_parse(perl, mod_perl_xs_init, argc, argv, NULL); I can't download the AS perl source - it keeps st

RE: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Steve Hay
Issac Goldstand wrote: > win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - > ActivePerl > 5.10 (build 1002) > FAIL > > (sorry, folks) > > Segfault at startup. I wonder if this is caused by mis-matched CRTs? ActivePerl is built using VC6 (and therefore uses MSVCRT.dll). You're also us

RE: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Steve Hay
Philippe M. Chiasson wrote: > The mod_perl 1.31 release candidate 3 "Works with Perl 5.10" is > ready. It can be downloaded here: > > http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc3.tar.gz All tests OK here: WinXP SP2, VC6 SP6, Apache 1.3.39 & Perl 5.10.0 (both built from source).

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Issac Goldstand
Steve Hay wrote: Issac Goldstand wrote: win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. I wonder if this is caused by mis-matched CRTs? ActivePerl is built using VC6 (and therefore uses MSVCRT.dll).

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread William A. Rowe, Jr.
Issac Goldstand wrote: I'm reasonably sure that Apache's binaries are still being built with vc6, which is what prompted me to test this particular set of prerequisites (since binary Apache + binary ActivePerl will be the assumed building blocks for a binary PPM package to be installed upon)

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Randy Kobes
On Thu, 28 Feb 2008, Issac Goldstand wrote: Steve Hay wrote: Issac Goldstand wrote: win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. I wonder if this is caused by mis-matched CRTs? ActivePerl is built using

RE: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-29 Thread Steve Hay
Randy Kobes wrote: > On Thu, 28 Feb 2008, Issac Goldstand wrote: > >> Steve Hay wrote: >>> Issac Goldstand wrote: >>> win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfault at startup. >>> >>> I wonde

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-29 Thread Issac Goldstand
Randy, I'm going to start building from scratch using ASF source + AS source, using default compile options, and we'll see where it goes. Have I mentioned lately how much I *hate* bootstrapping CPAN (for prereqs) on Win32? :-p Issac Steve Hay wrote: Randy Kobes wrote: On Thu, 28 Feb 200

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-03-01 Thread Issac Goldstand
Built APSource-1002 using default settings and had the same segfault. Randy Kobes wrote: On Thu, 28 Feb 2008, Issac Goldstand wrote: Steve Hay wrote: Issac Goldstand wrote: win32 (xp sp2, vc6 - no SDK upgrade) - Apache 1.41 binary - ActivePerl 5.10 (build 1002) FAIL (sorry, folks) Segfa