[ANNOUNCE] MasonX::Apache2Handler

2004-03-22 Thread beau
019427296&w=2). Basically the buffer is flushed only if there is really anything to flush, which clears the way for $m->redirect( $url );. I have tested this change extensively and found it to be solid. You may wish to uncomment the "print STDERR ..." statements in

[ANNOUNCE] MasonX::Apache2Handler

2004-03-22 Thread beau
son> Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[ANNOUNCE] MasonX::Apache2Handler-0.05

2004-04-13 Thread beau
oup.com/?l=mason-devel&m=105337019427296&w=2). Basically the buffer is flushed only if there is really anything to flush, which clears the way for $m->redirect( $url );. I have tested this change extensively and found it to be solid. You may wish to uncomment the "prin

[ANNOUNCE] MasonX::Apache2Handler-0.05

2004-04-13 Thread beau
o the documentation in CPAN, or at: <http://beaucox.com/mason> Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[mp2] $r->construct_url

2004-01-27 Thread Beau E. Cox
perl5/5.8.2/i686-linux-thread-multi /usr/lib/perl5/5.8.2 /usr/lib/perl5/site_perl/5.8.2/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl . *** Packages of interest s

Re: [mp2] $r->construct_url

2004-01-27 Thread Beau E. Cox
On Tuesday 27 January 2004 05:25 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > I am having a really strange problem in mo

[mp2] Apache Request and libapreq2 Cookie woes

2004-01-29 Thread Beau E. Cox
** Packages of interest status: Apache::Request: 2.02-dev CGI: 3.04 LWP: 5.69 mod_perl : 1.9913 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This report was generated by t/REPORT on Thu Jan 29 10:32:23 2004 GMT. -8<-- End Bug Report --8<-- Note: Complete the rest of the details and post this bug report to dev perl.apache.org. To subscribe to the list send an empty email to [EMAIL PROTECTED] Aloha => Beau; -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] Apache Request and libapreq2 Cookie woes

2004-01-29 Thread Beau E. Cox
Cool - OK! Please see below (one more question... :) On Thursday 29 January 2004 06:29 am, Joe Schaefer wrote: > "Beau E. Cox" <[EMAIL PROTECTED]> writes: > > [...] > > > ($self->{cookie_class} is 'Apache::Cookie') > > my $cookie =

[mp2] Attempt to free unreferenced scalar: ...

2004-01-30 Thread Beau E. Cox
ev CGI: 3.04 LWP: 5.69 mod_perl : 1.9913 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This report was generated by t/REPORT on Thu Jan 29 10:32:23 2004 GMT. -8<-- End Bug Report --8<--

Re: [mp2] Attempt to free unreferenced scalar: ...

2004-02-02 Thread Beau E. Cox
On Friday 30 January 2004 07:03 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > I am trying to port Mason to mod_perl2 w/libapreq2. It seems I have > >

[mp2] Am I leaking memory?

2004-02-02 Thread Beau E. Cox
Apache::Request->instance( $_[0] ) : to: Apache::Request->new( $_[0] ) : Is that causing trouble? Is that the correct port for the no-longer-with-us 'instance'? Or am I needlessly paranoid? Aloha => Beau; 2. Used Components and their C

ANNOUNCE: Modules for using Mason with mod_perl 2 and libapreq2

2004-02-03 Thread Beau E. Cox
_perl2 request interface (libapreq2). THIS MODULE IS EXPERIMENTAL. PLEASE USE FOR TESTING ONLY UNTIL IT HAS PASSED THE TEST OF TIME. Having given that dire warning, I have been using it on my personal site and one of the sites I administer since mid January, 2004. It _seems_

[mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
Hi - I have a serious development effort going w/mp2. I am coding and testing a lot of perl modules for use within the project. Is there any way to reload perl modules w/o restarting Apache? I'm getting tired of the wait :) between module fixes and retesting while A[ache recycles. Aloha =&

Re: [mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
On Wednesday 04 February 2004 03:11 am, Shannon Eric Peevey wrote: > Beau E. Cox wrote: > >Hi - [snip] > Hi! > > Check out: > > Apache2 > http://perl.apache.org/docs/2.0/api/Apache/Reload.html > > According to: > http://perl.apache.org/docs/2.0/user/porting/com

Re: [Mason] ANNOUNCE: Mason add-on modules for Mason w/pure mod_perl2

2004-02-04 Thread Beau E. Cox
would be happy to make necessary changes, and/or include your patches to get it working. If you are able to install and use and use Mason on AIX, you have a good chance of getting ApacheHandler2 working also. Aloha => Beau; -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://p

ANNOUNCE: HTML::Mason::ApacheHandler2 and MasonX::Request::WithApacheSession2 have entered CPAN

2004-02-04 Thread Beau E. Cox
These experimental ( alpha ) modules have entered CPAN: HTML::Mason::ApacheHandler2 MasonX::Request::WithApacheSession2 under: <http://cpan.org/modules/by-authors/id/B/BE/BEAU/> Please refer to the documentation in CPAN or at <http://beaucox.com/mason/> for further informa

[mp2] Can I link mp2 statically?

2004-02-08 Thread Beau E. Cox
ow, I know, the docs (at the link above) state: META: The following is not implemented yet. But I was wondering if I could anyway... Anyone know how or whether this is possible? Aloha => Beau; -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apac

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
. I am trying to set up Bricolage with Apache2/mp2... Bricolage says he wants MP statically linked. Aloha => Beau; -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
On Tuesday 10 February 2004 01:11 pm, Philippe M. Chiasson wrote: > On Sun, 2004-02-08 at 15:37 -1000, Beau E. Cox wrote: > > Hi > > > > Can I link mp2 statically? > > > > [...] > > > > I know, I know, the docs (at the link above) state: > &

ToDo:Add PERL_NO_GET_CONTEXT for multiplicity/threads

2004-02-18 Thread Beau E. Cox
message in the archive ), I am stopped with auth demands. Is this still the way to get DBI? svn checkout http://svn.perl.org/modules/dbi/trunk/ Aloha = Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http

Re: E-mail account security warning.

2004-03-03 Thread Beau E. Cox
on. > > Further details can be obtained from attached file. > > Cheers, > The Apache.org team http://www.apache.org What is this? Is it spam? Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/mai

{MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: Using latest (CVS) Apache2, mod_perl 2, libapreq2: t/modules/apache_status fails console log: server localhost:8550 listening (TestDirective::perlloadmodule6) t/modules/apache_status1..11 # Run

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > Using latest (CVS) Apache2, mod_perl 2, libapreq2: > > t/modules/apache_status fails > > console

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 12:55 am, Beau E. Cox wrote: > On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > Using latest (CVS) Apache2, mod_perl

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 01:27 am, Beau E. Cox wrote: > On Tuesday 23 March 2004 12:55 am, Beau E. Cox wrote: > > On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > > > -8<-- Start Bug Report 8<-- > > > 1. Problem Descri

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > Thanks for the report, Beau. I'm looking at it. I'm going to rewrite the > code not to load Apache::Request till we know that we have found the right > version. OK. Send a patch if you want a pre-test on my platf

Re: {MP2] t/modules/apache_status fails

2004-03-24 Thread Beau E. Cox
On Wednesday 24 March 2004 10:03 am, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > >>Thanks for the report, Beau. I'm looking at it. I'm going to rewrite the > >>code not to load Apache::Request till we k

Re: {MP2] t/modules/apache_status fails

2004-03-24 Thread Beau E. Cox
On Wednesday 24 March 2004 12:51 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Wednesday 24 March 2004 10:03 am, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > >>>>Thanks for the report,

Apache 2.1 for Apache::AuthenHook

2004-03-30 Thread Beau E. Cox
Hi - I guess I haven't been paying attention, but the module Apache::AuthenHook requires Apache 2.1 - not 2.0, according to the documentation. What is Apache 2.1? Is it available? I can't find reference to it on apache.org. Aloha => Beau; -- Report problems: http://perl.ap

Re: Apache 2.1 for Apache::AuthenHook

2004-03-30 Thread Beau E. Cox
On Monday 29 March 2004 11:40 pm, Mads Toftum wrote: > On Mon, Mar 29, 2004 at 11:27:34PM -1000, Beau E. Cox wrote: > > What is Apache 2.1? Is it available? I can't find reference to it > > on apache.org. > > Apache 2.1 is cvs HEAD - while 2.0.x is BRANCH_2_0. There has

[mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-30 Thread Beau E. Cox
How do I control how t/config/httpd.conf is setup? Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-30 Thread Beau E. Cox
On Tuesday 30 March 2004 05:32 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > I have 2 Apache2s on my test server: > > > > Apache 2.0.50-dev(cvs) installed in /home/test/usr/apache2 > > > > and: > > > > Apache 2.1 (cvs) in

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
On Tuesday 30 March 2004 08:24 pm, Stas Bekman wrote: > Beau E. Cox wrote: > >> > How do I control how t/config/httpd.conf is setup? > >> > >>What seems to be the problem? > > > > Well, the t/config/httpd.conf generated somewhere in the mod_perl build

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
ache2.1 In my http.conf (via a startup script), I do a: use lib ("/home/test/apache2.0/perl_mods/lib", "/home/test/apache2.0/perl_mods/auto"); and everybody is happy. NOW, I am testing mod_perl2 (cvs) with Apache2.1 - and - seg faults _everywhere_. Has anyone tried i

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
d-multi/CORE' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under linux Compiled at Mar 31 20

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: > Beau E. Cox wrote: > [...] > > > The module in question - mod_perl.c - line 614 is ' rcfg = '. I hand- > > expanded the MP_dRCFG macro in the hope if getting more information, > > but all that showed is,

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
ora. > Geoff - Just wondering, is the older ( -D"2004-03-01" ) Apache2.1 still available via CVS ( without you doing a lot of work )? If I could test against it, it would narrow my problem down. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http:/

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
22 cusr + 0.89 csys = 12.11 CPU) make[1]: Leaving directory `/home/test/httpd/2.1/src/modperl2/modperl-2.0/ModPerl-Registry' Many thanks. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Thursday 01 April 2004 08:05 am, Stas Bekman wrote: > Beau E. Cox wrote: > > On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>[...] > >> > >>>The module in question - mod_perl.c - line 614 is ' rcfg = '

[PATCH] for Apache2.1

2004-04-01 Thread Beau E. Cox
p++ ; @@ -992,7 +992,7 @@ *p = '\0' ; } -ap_table_do (embperl_AddCookie, &s, r -> headers_in, "Cookie", NULL) ; +apr_table_do (embperl_AddCookie, &s, r -> headers_in, "Cookie", NULL) ; buf[0] = '\0' ; #ifdef APACHE2 Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
ble-lfs' DID work (and APR_HAS_LARGE_FILES did not need to be patched because it came out of the configure set to 0). Anyway, I'm a happy camper - and - tomorrow I plan to convert my production site to 2.1 and see how it goes. Aloha => Beau; -- Report problems: http:

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
the new packages when it comes time to install them elsewhere. At least with 2.1 running 'live' I can share with you and the 2.1 team any glitches I encounter (in a nice way). Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-05 Thread Beau E. Cox
what's with not finding 'Perl_gv_stashpv'? I don't know whether this is a problem in modperl, Embperl, Apache::Test, or something I overlooked. THIS IS NOT A PRIORITY. More of a quandry. I'll just '\' my Embperl.so LoadModule statement. My servers run fine.

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > When I do a modperl 'make test' and have Embperl enabled, the &

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>-8<-- Start Bug Report 8<-- > >>>1. Problem D

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
t; mod_perl must loaded first to get things working. As far as I see you > already have tried this? > Gerald - Yes I have; I've tried all combinations. As I said, this is not priority, but I want to eventually clear it up as it might foreshadow some _real_ problem. Please stay t

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 08:20 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > >>>>Beau E. Cox wrote: >

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
sense because Embperl relies on mod_perl. > > And as I see, this was the solution to the problem. > Gerald - Yep. Now Stas and I are trying to make a 'general' fix to the Apache::Test modules in the mod_perl 'make test' so that this problem is put to rest. Sorry to

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 09:27 pm, Stas Bekman wrote: > Beau E. Cox wrote: > >>So it's not linking against libperl.so, which probably means that it > >>relies on mod_perl to load it. But I'm not sure whether your swapping > >>test was right. The thing is:

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-08 Thread Beau E. Cox
On Wednesday 07 April 2004 12:14 pm, Stas Bekman wrote: > >>>>>>>> I guess Apache::Test cannot parse httpd.conf continuation syntax. > >>>>>>> > >>>>>>> Probably. Patches to fix that are welcome, Beau. > >>>&g

Re: Getting help for MasonX::Apache2Handler

2004-04-15 Thread Beau E. Cox
On Thursday 15 April 2004 03:58 pm, you wrote: > Beau, > > Thanks for this great module you have written. I look forward to > getting it fully functional :) > > I built mp2 with MP_INST_APACHE2=1. Apache::Cookie 2.02-dev is not > found during perl Makefile.PL so maybe this

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-16 Thread Beau E. Cox
andard: use 5.008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. print <<"*EOF*"; --- MasonX::Apache2Handler is an EXPERIMENTAL

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-17 Thread Beau E. Cox
On Friday 16 April 2004 08:40 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Friday 16 April 2004 10:38 am, Stas Bekman wrote: > >>Fred Moyer wrote: [snipped] > >>>The 'perl Makefile.PL' statement ran properly without errors on Linux > >>

Re: [mp2] [solved] Re: Getting help for MasonX::Apache2Handler

2004-04-20 Thread Beau E. Cox
On Monday 19 April 2004 12:20 pm, Fred Moyer wrote: > On Apr 17, 2004, at 1:03 AM, Stas Bekman wrote: > > Beau E. Cox wrote: > > [...] > > > >> Linux version 2.6.5 (Beau E. Cox on @cathy.beaucox.com) > >> (gcc version 3.3.3) #1 Mon Apr 5 22:15:29 HST 2004 &g

Segfaults

2004-04-23 Thread Beau E. Cox
This ol' man is going to sleep and try again tonight. If you can point me to some answers, that would be great. Have a nice weekend everyone. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette:

Re: Segfaults

2004-04-24 Thread Beau E. Cox
On Saturday 24 April 2004 02:00 am, Gerald Richter wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > >> 1) are core dumps automatically generated by seqfaults? If not, > >> how do I have Apache generate them? > > > > Sounds

Re: [mp2][PATCH] modperl_util.h

2004-05-10 Thread Beau E. Cox
On Monday 10 May 2004 08:10 am, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > 'modperl_util.c' does not compile when building modperl 2 from > > cvs source w/o 'MP_TRACE'. It looks like some 'MP_TRACE...' > > defines

[mp2][PATCH] modperl_util.h

2004-05-10 Thread Beau E. Cox
Ev_TID_ +#define MP_TRACEv__TID +#define MP_TRACEf_PERLID +#define MP_TRACEv_PERLID +#define MP_TRACEv_PERLID_ +#define MP_TRACEv__PERLID + #endif Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Variable "$some_var" will not stay shared

2004-05-06 Thread Beau E. Cox
will not stay shared at (eval 1) line 13. Variable "$arg2" will not stay shared at (eval 1) line 13. jack and jill already compiled Embed::ev1_2epl jack and jill Sorry all, I know this is a bit much... Aloha => Beau; 'persistent' perl package (Embed::Persistent) and test code fo

Re: Variable "$some_var" will not stay shared

2004-05-06 Thread Beau E. Cox
On Thursday 06 May 2004 11:40 am, Perrin Harkins wrote: > On Thu, 2004-05-06 at 17:19, Beau E. Cox wrote: > > But maybe I could explain the overall picture. I am trying to embed > > 'any' script (whthout modification) in perl; I use a perl package > > (which is r

out_str_eval test 'unexpectedly succeeded'

2004-06-24 Thread Beau E. Cox
modperl2/modperl-2.0/t/filter/TestFilter/out_str_eval.pm at line 32 TODO?!) ok 1/1 unexpectedly succeeded All tests successful (1 subtest UNEXPECTEDLY SUCCEEDED). Everthing works OK, I'm just wondering... Do you want my config info in a formal bug report, or is this enough? $cat /proc

Apache 2.0,2.1(cvs) and mod+perl2(cvs) with gcc 3.4.1

2004-08-29 Thread Beau E. Cox
Hi - Just FYI I recently upgraded to gcc 3.4.1 and can report that the cvs versions of Apache 2.0 and 2.1, and mod_perl2 compile clean and work fine. This was _not_ the case for many other packages ;) Good job guys. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail l

[mp2] Test error w/Apache 2.1

2004-09-02 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: With Apache 2.1 (not 2.0) three sub-tests fail in t/apache/content_length_header. Both Apache 2.1 and mod_perl 2.0 were drawn from cvs within an hour of this message, specifically: -rw-r--r-- 1 roo

Re: [mp2] Test error w/Apache 2.1

2004-09-02 Thread Beau E. Cox
On Thursday 02 September 2004 05:13 am, Beau E. Cox wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > With Apache 2.1 (not 2.0) three sub-tests fail in > t/apache/content_length_header. Both Apache 2.1 and >

Strange test results

2005-12-30 Thread Beau E. Cox
ll=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef ... Aloha => Beau;

[mp2] bb output filter that changes content length

2006-01-02 Thread Beau E. Cox
of your filters tutorial, you mention some important consideratons about checking the bucket type before saving it, but I can't really see how this works. Oh, I am using mp2 svn, apache 2.3 trunk svn, perl 5.8.7, on a Gentoo Linux box. Aloha => Beau;

Re: Strange test results

2006-01-20 Thread Beau E. Cox
On Thursday 19 January 2006 09:51 am, Philippe M. Chiasson wrote: > Beau E. Cox wrote: > > Hi - > > > > This is not in your bug report format, but look > > how strange it is: > > > > 1) Standard test gives these failures: > > > > $ make test >

make test error

2006-01-20 Thread Beau E. Cox
and their Configuration: *** mod_perl version 2.03 *** using /home/beau/src/mod_perl/mod_perl-2.0/lib/Apache2/BuildConfig.pm *** Makefile.PL options: MP_APR_LIB => aprext MP_APXS=> /usr/apache/bin/apxs MP_COMPAT_1X => 0 MP_GENERATE_XS => 1 MP_LIBNAME