Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Philip M. Gollucci
Randy Kobes wrote: I believe that error is the same error that arises in many of the apr-ext tests in mod_perl (with Apache/2.2); with httpd-2.2.2, it arises on about line 798 of apr_pools.c of srclib/apr/memory/unix/, in the apr_pool_create_ex() function - the line if (allocator == NULL)

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Randy Kobes
On Mon, 22 May 2006, Steve Hay wrote: [ ... ] I have one test script failing, though. When I ran "nmake test" from the top-level directory every test in glue\perl\t\apreq\cgi.t failed with a generic Windows popup error message saying "perl.exe has encountered a problem and needs to close...":

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Philip M. Gollucci
eval()ing it is a good idea, and then die()ing if it's not available - I've committed a fix for this. nice. I'm wresting with one more build cleanup for module/Makefile.am These actually moved into t/c-modules from c-modules. They currently fail during (g)make clean and t/c-modules/'s (g)make c

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Randy Kobes
On Mon, 22 May 2006, Philip M. Gollucci wrote: Steve Hay wrote: Philip M. Gollucci wrote: - When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an error from win32/Configure.pl about Archive-Tar being missing, but this is not mentioned in the PREREQUISITES file and was not checked b

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Philip M. Gollucci
Steve Hay wrote: Philip M. Gollucci wrote: - When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an error from win32/Configure.pl about Archive-Tar being missing, but this is not mentioned in the PREREQUISITES file and was not checked by test_prereq in Makefile.PL before calling this

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Steve Hay
Randy Kobes wrote: On Fri, 19 May 2006, Steve Hay wrote: Philip M. Gollucci wrote:> Please download, test, and report back on the following> candidate tarball:> > http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.tar.gz WinXP/VC++ 6.0, Apache-2.2.2, Perl-5.8.8: - When I run "nmake

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-22 Thread Steve Hay
Philip M. Gollucci wrote: - When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an error from win32/Configure.pl about Archive-Tar being missing, but this is not mentioned in the PREREQUISITES file and was not checked by test_prereq in Makefile.PL before calling this script. Committe

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-21 Thread Randy Kobes
On Fri, 19 May 2006, Steve Hay wrote: Philip M. Gollucci wrote:> Please download, test, and report back on the following> candidate tarball:> > http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.tar.gz WinXP/VC++ 6.0, Apache-2.2.2, Perl-5.8.8: - When I extracted the tarball, I found

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-20 Thread Philip M. Gollucci
- When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an error from win32/Configure.pl about Archive-Tar being missing, but this is not mentioned in the PREREQUISITES file and was not checked by test_prereq in Makefile.PL before calling this script. Committed revision 408136 -- ---

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-20 Thread Philip M. Gollucci
- When I extracted the tarball, I found two extra directories (docs and man) besides libapreq2-2.08. I trust these won't be in the release version. Actually, these are in the current release(2.07) too. Philip M. Gollucci

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-19 Thread Philip M. Gollucci
Bojan Smojver wrote: On Fri, 2006-05-19 at 15:42 +1000, Bojan Smojver wrote: I'll try the same in Fedora Extras development tree as well. Packages should be available from Rawhide upon the next sign/release cycle. Obviously, an RC2 is comming. Thanks for the feedback thus far. Keep it c

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-19 Thread Foo Ji-Haw
I have a Windows test machine I can use to test your module, but I do not have a compiler. Do you have a ppd version I can use? Philip M. Gollucci wrote: Please download, test, and report back on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.t

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-19 Thread Steve Hay
Philip M. Gollucci wrote: Please download, test, and report back on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.tar.gz WinXP/VC++ 6.0, Apache-2.2.2, Perl-5.8.8: - When I extracted the tarball, I found two extra directories (docs and man) b

[Fwd: Re: [RELEASE CANDIDATE] libapreq2 2.08-RC1]

2006-05-18 Thread Philip M. Gollucci
Forwarding back to the list. -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FD

[RELEASE CANDIDATE] libapreq2 2.08-RC1

2006-05-18 Thread Philip M. Gollucci
Please download, test, and report back on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC1.tar.gz Most notably, it compiles with perl 5.8.8 now. CHANGES SINCE 2.07 - Perl Glue docs [Philip M. Gollucci] Fix the 'docs_install' make target to