Insecure dependency

Greetings all,

I have been experiencing the following issue in RT3 for the past few
days. The only way that I have been able to fix the issue is to restart
apache and then it works ok. I have FastCGI which I think is the issue
but I am wondering what you guys/gurls think?

Env:
Solaris 8 - latest patch release
Apache 1.3.29
mod_fastcgi-2.4.2
perl 5.8.3

TIA.
David.

------------ error start -----------------
error: Insecure dependency in eval while running setgid at
/usr/local/lib/perl5/5.8.3/Locale/Maketext/Guts.pm line 247.
context:

243: unshift @code, “use strict; sub {\n”;
244: push @code, “}\n”;
245:
246: print @code if DEBUG;
247: my $sub = eval(join ‘’, @code);
248: die “$@ while evalling” . join(‘’, @code) if $@; # Should be
impossible.
249: return $sub;
250: }
251:

code stack: /usr/local/lib/perl5/5.8.3/Locale/Maketext/Guts.pm:247
/usr/local/lib/perl5/5.8.3/Locale/Maketext.pm:195
/usr/local/rt3/lib/RT/CurrentUser.pm:360
/usr/local/rt3/lib/RT/Interface/Web.pm:217
/usr/local/rt3/share/html/Ticket/ModifyDates.html:24
/usr/local/rt3/share/html/autohandler:196
------------ error finish -----------------

David Spezialie david_spezialie@toll.com.au
Unix Systems Engineer T: +61 (0)3 9697 2302
Toll Solutions M: +61 (0)439 207 292

TOLL Group - Logistics and Transport in Australia,
Australias Largest Logistics and Transport Provider
http://www.toll.com.au

Look through devel and users archive this topic is hot novadays.

David wrote: