Re: [mp2 patch] getting APR to work w/o modperl

2004-05-05 Thread Stas Bekman
I did some more tweaks and this time generated the source scan. Here is the updated version: http://apache.org/~stas/apr-ext.patch there is minor non-fatal issue during Makefile.PL, I'll handle that later. -- __ Stas Bekman

[mp2 patch] getting APR to work w/o modperl

2004-05-05 Thread Stas Bekman
OK, I did some code reshuffling and with a few workarounds got APR::Table, APR::UUID, APR::Pool and APR::PerlIO work outside httpd. I haven't tested other modules yet. It's a big patch but it really does two things: 1) splits: modperl_util.c => modperl_common_util.c modperl_log.c => modperl_com

Re: mod_perl 2.0 make test failures

2004-05-05 Thread Stas Bekman
Stas Bekman wrote: gSOAP acct wrote: Hi Stas, I think I got the cvs version of modperl you mentioned ... cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0 ... Is that right? Right. > modperl_constants.c:1576: error: `AP_MPMQ_RUNNING' > undeclared (first use in this function) I