Re: PATH corruption in mod_perl

1999-11-16 Thread Andrei A. Voropaev
I've used the patch sent by Doug. --- mod_perl.h 1999/08/03 22:56:09 1.84 +++ mod_perl.h 1999/08/04 02:53:38 @@ -286,9 +286,10 @@ #define mp_setenv(key, val) \ { \ int klen = strlen(key); \ -hv_store(GvHV(envgv), key, klen, newSVpv(val,0), FALSE); \ +SV *sv = ne

PATH corruption in mod_perl

1999-11-16 Thread Carl Tichler
Hello, I have seen a series of previous posts on this problem in mod_perl. I am running Linux (Red Hat 6.0, kernel 2.2.5), Perl 5.00503 and mod_perl 1.21. My symptoms are that the PATH environment variable is corrupted in the Apache runtime (visible using cgi-bin), but NOT in anything executing