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

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-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-28 Thread David E. Wheeler
On Feb 28, 2008, at 14:47, Philippe M. Chiasson wrote: David E. Wheeler wrote: On Feb 28, 2008, at 13:08, David E. Wheeler 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 Damn

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Philippe M. Chiasson
David E. Wheeler wrote: On Feb 28, 2008, at 13:08, David E. Wheeler 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 Damn, I get a new failure on Mac OS X 10.5.3/Intel when tryin

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-28 Thread David E. Wheeler
On Feb 28, 2008, at 13:08, David E. Wheeler 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 Damn, I get a new failure on Mac OS X 10.5.3/Intel when trying to build statically

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread David E. Wheeler
On Feb 26, 2008, at 01:29, 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 Damn, I get a new failure on Mac OS X 10.5.3/Intel when trying to build static

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

[RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-26 Thread Philippe M. Chiasson
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 MD5: 979059e20febef686e7c2a4d55fe3683 SHA1: c747ef7d605694ca935795ea7793ea7c77dfa920 The summary of what has changed since 1.30 are (from