Hello All,
> -Original Message-
> From: Shah, Sagar: IT (LDN)
> Sent: 17 April 2007 09:39
> To: 'Charlie Katz'; modperl@perl.apache.org
> Cc: Perrin Harkins; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> Client Research Development
> Subject: RE: "Insecure dependency in eval while running set
Hi Charlie,
> -Original Message-
> From: Charlie Katz [mailto:[EMAIL PROTECTED]
> Sent: 30 March 2007 19:00
> To: modperl@perl.apache.org
> Cc: Perrin Harkins; Shah, Sagar: IT (LDN);
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; Client Research Development
> Subject: Re: "Insecure dependency
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 30 March 2007 17:19
> To: Shah, Sagar: IT (LDN)
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> modperl@perl.apache.org; Client Research Development
> Subject: Re: "Insecure dependency in eval while running setgid
Hi Clinton,
Thanks for your input :)
> -Original Message-
> From: Clinton Gormley [mailto:[EMAIL PROTECTED]
> Sent: 30 March 2007 16:50
> To: Shah, Sagar: IT (LDN)
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> modperl@perl.apache.org; Client Research Development
> Subject: RE: "Insecure
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 30 March 2007 15:38
> To: Shah, Sagar: IT (LDN)
> Cc: [EMAIL PROTECTED]; modperl@perl.apache.org; Client
> Research Development
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> On 3/
Hi Perrin,
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 30 March 2007 14:27
> To: Shah, Sagar: IT (LDN)
> Cc: [EMAIL PROTECTED]; modperl@perl.apache.org; Client
> Research Development
> Subject: Re: "Insecure dependency in eval while running setgid" erro
Hi Rob,
> -Original Message-
> From: Robert Landrum [mailto:[EMAIL PROTECTED]
> Sent: 29 March 2007 20:14
> To: Shah, Sagar: IT (LDN)
> Cc: modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> [EMAIL PROTECTED] wrote:
> > I'm hoping tho tha
Hi Michael,
Thanks for your response. Yes, I haven't ruled out the fact their being
a problem with my perl version (5.8.6) itself, I was just weary of going
to p5p too early, I know many people hate cross posts. Perhaps I can
point a link to this thread in archive and ask the perl specific
questio
Hi All,
I'm getting closer to this now...
> -Original Message-
> From: Shah, Sagar: IT (LDN)
> Sent: 29 March 2007 10:07
> To: 'Robert Landrum'; 'Perrin Harkins'
> Cc: 'modperl@perl.apache.org'
> Subject: RE: "Insecure dependency in eval while running setgid" error
>
> > > You could a
I think you can do it on startup just not startup of the parent httpd
process.
What you can do is use a PerlChildInitHandler (the name may have changed
in mod_perl2, sorry I'm too lazy to check).
This is a hook into the part of the httpd lifecycle that gets executed
when the _child_ process start
> > You could add:
> >
> > warn "BLOCK: $block\n";
> >
> > just above the eval, which will log all the "blocks" that are
> > being eval
> > to figure out which one is giving you the trouble.
>
> That's a useful suggestion, I'll give that a try. What I'm
> expecting to find is that t
Hi Rob,
Thanks for your response.
> -Original Message-
> From: Robert Landrum [mailto:[EMAIL PROTECTED]
> Sent: 28 March 2007 18:06
> To: Perrin Harkins
> Cc: Shah, Sagar: IT (LDN); modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> Perri
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 28 March 2007 17:18
> To: Shah, Sagar: IT (LDN)
> Cc: modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> On 3/28/07, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote
> -Original Message-
> From: Robert Landrum [mailto:[EMAIL PROTECTED]
> Sent: 28 March 2007 16:30
> To: Shah, Sagar: IT (LDN)
> Cc: [EMAIL PROTECTED]; modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> [EMAIL PROTECTED] wrote:
> > Unfortuna
Rob,
Thanks for your response.
> See if fgrep -r 'perl' * | grep '-T' in you modules directory returns
> anything. Also make sure PerlTaintCheck On isn't in your
> config. Also,
> a lot of times I'll put -T in the shebang line of my handler.pl or
> startup.pl, which will enable Taint checki
Hi Fred,
Thanks for your response
> -Original Message-
> From: Fred Moyer [mailto:[EMAIL PROTECTED]
> Sent: 27 March 2007 17:30
> To: Shah, Sagar: IT (LDN)
> Cc: modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> [EMAIL PROTECTED] wrote:
Hi Perrin,
Thanks again for trying to help.
> The only other thing that occurs to me, and this is a reach because
> I'm way out of my expertise, is that the problem Stas fixed earlier
> had to do with some XS code not leaving things in a good state, and
> maybe some XS code in a module you use is
> -Original Message-
> From: Shah, Sagar: IT (LDN)
> Sent: 26 March 2007 17:30
> To: 'Perrin Harkins'
> Cc: 'modperl@perl.apache.org'
> Subject: RE: "Insecure dependency in eval while running setgid" error
>
>
> > > Alternatively, if you can run your server in
> single-process mode and
> > Alternatively, if you can run your server in single-process mode and
> > come up with a repeatable series of steps that cause the error, you
> > can work back from the point where you saw the error until you find
> > the offending code.
>
>
> Yes, httpd -X is a good idea. I should have thou
Hi Perrin,
Thanks for your response.
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: 26 March 2007 16:12
> To: Shah, Sagar: IT (LDN)
> Cc: modperl@perl.apache.org
> Subject: Re: "Insecure dependency in eval while running setgid" error
>
> On 3/26/07, [EMAI
Hi Charlie,
Thanks for your response.
I'm afraid I don't use the Taint module. It's not even in my @INC so I'm
reasonably certain that I'm not using it indirectly either.
The fact that there's more than one person running into this issue
raises there the chance there is a bug somewhere in mod_p
Hi All,
I'm getting some quite perplexing behaviour from my application under
mod_perl and so far I haven't been able to find the cause of the issue.
I'm finding that pages which load perfectly fine under mod_perl most of
the time, sometimes fail with the error "Insecure dependency in eval
while
22 matches
Mail list logo