Re: Apache::Module installation issues

2003-02-14 Thread Geoffrey Young
dorian wrote: I don't remember what was the outcome of the patch I've posted a long time ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? well, maybe not. try this patch

Apache::Module installation issues

2003-02-13 Thread dorian
i'm not sure that this is an actual problem with Apache::Module itself, but it seems to stem from mod_perl distribution's mod_perl.h here: #ifdef PERL_THREADS #define _INCLUDE_APACHE_FIRST #endif #ifdef _INCLUDE_APACHE_FIRST #include apache_inc.h #endif the perl i built against was the stock

Re: Apache::Module installation issues

2003-02-13 Thread Stas Bekman
dorian wrote: i'm not sure that this is an actual problem with Apache::Module itself, but it seems to stem from mod_perl distribution's mod_perl.h here: #ifdef PERL_THREADS #define _INCLUDE_APACHE_FIRST #endif #ifdef _INCLUDE_APACHE_FIRST #include apache_inc.h #endif the perl i built against

Re: Apache::Module installation issues

2003-02-13 Thread dorian
I don't remember what was the outcome of the patch I've posted a long time ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? i'm actually curious as to where apache_inc.h is supposed to be included, if threads aren't defined.