Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-03-25 Thread Nick ***
>> I have one request. I don't know who I have to ask for this. It's about the >> 'dllexport' issue with cygwin. I'd like to supply a patch, but for this >> patch to work I need the compiler flag '-DCYGWIN' to be set for all .c >> files in the WrapXS dir when compiling (or src/modules/perl

[mp2] Possible bug in Apache::Reload

2005-03-25 Thread Chris Warren
-8<-- Start Bug Report 8<-- 1. Problem Description: I believe I've found a bug in Apache::Reload. It shows up when you're using the ReloadTouchFile option -- the effect is that the server gives you a 500 error when the touchfile has not been modified. I beli

Re: [ADVOCACY] Report: P-Languages Better For Enterprise

2005-03-25 Thread Chris Shiflett
Eric J. Hansen wrote: People sometimes post questions here about how to propose/justify LAMP and MP projects to their customers or management. Along those lines, here's a good article to end the week it's not MP-specific, but still good for the cause ;) http://internetnews.com/dev-news/artic

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-03-25 Thread Stas Bekman
Nick *** wrote: I've attached my patch (which includes yours too). With this patch MP2 now builds fine under Cygwin and almost all tests pass (the ones that fail are related to the MP_STATIC_EXTS=1 option). Great news, Nick! I don't know if this is a good fix. I saw it in another application, which

Re: [mp2] Make test Fatal error

2005-03-25 Thread Stas Bekman
Reed, Jonathan wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: Make Test fails with the following This is the last "ok" line from the output ~~snip~~ server localhost:8560 listening (TestDirective::perlloadmodule6) still waiting for server to wa

Re: [mp2] Possible bug in Apache::Reload

2005-03-25 Thread Stas Bekman
Chris Warren wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I believe I've found a bug in Apache::Reload. It shows up when you're using the ReloadTouchFile option -- the effect is that the server gives you a 500 error when the touchfile has not be

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-03-25 Thread Nick ***
> >We can do that. But it should be done in one place and not repeated in all >files. So could you apply this patch: > >[...] >and then s/static/MP_STATIC/ in all the places you have a problem with and >resubmit a new patch? > >Thanks. There it is :) --