Re: [mp2.0, NT] Environment variables disappearing in filter

2002-08-13 Thread Stas Bekman
Matthew Bernstein wrote: > I've been having an ongoing problem with mod_perl under NT for a while > now (different mp2 builds, different apache builds, different perl builds). > > I'm using a PerlOutputFilterHandler which is filtering the output of a > perl-script. > > If the output of the s

Re: building with MP_AP_PREFIX

2002-08-13 Thread Stas Bekman
Lyle Brooks wrote: > I did have a similar problem... > > http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=102452855021159&w=2 Thanks Lyle! I need to know how it *should* behave in order to fix it. Hopefully Doug will provide some insight on this issue.

Re: building with MP_AP_PREFIX

2002-08-13 Thread Lyle Brooks
I did have a similar problem... http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=102452855021159&w=2 Quoting Stas Bekman ([EMAIL PROTECTED]): > I was always building with MP_APXS. Now if I try using MP_AP_PREFIX > pointing to the httpd-2.0 source tree there are all sort of problems. Am >

building with MP_AP_PREFIX

2002-08-13 Thread Stas Bekman
I was always building with MP_APXS. Now if I try using MP_AP_PREFIX pointing to the httpd-2.0 source tree there are all sort of problems. Am I the only one seeing them? First it cannot find apr.h, which I've fixed with the patch at the end. Second 'make test' won't start since it cannot find

[mp2.0, NT] Environment variables disappearing in filter

2002-08-13 Thread Matthew Bernstein
I've been having an ongoing problem with mod_perl under NT for a while now (different mp2 builds, different apache builds, different perl builds).   I'm using a PerlOutputFilterHandler which is filtering the output of a perl-script.   If the output of the script is sufficient (this varies,