Question
I install twiki on window 2000 getting problem while accessing Diffs or r1.20 | > | r1.19. error:-
Insecure dependency in unlink while running with -T switch at ../lib/TWiki/Store/RcsWrap.pm line 265.
Please if you can help me on this
Environment
--
BhushanNaik - 22 Mar 2004
Answer
Some testenv output would help - are you really running Apache 3.0 for example, and what's your overall setup? See
SupportGuidelines, which everyone seems to ignore for some reason...
Anyway, see
WindowsModPerlInstallCookbook,
WindowsTaintProblem and
this CVS change
- there is probably a code fix for this issue, but some
TWikiDebugging would be necessary. A simple but not very secure fix would be to remove the
-T (Taint) flag from the first line of the relevant script, i.e.
rdiff in this case.
--
RichardDonkin - 22 Mar 2004