Question
I tried very hard to get twiki running on my hosted web account. My provider is
http://www.schlund.de
.
But i get always the following error.
Software error:
Insecure dependency in open while running with -T switch at ../lib/TWiki/Store.pm line 1151.
For help, please send mail to the webmaster (...), giving this error message and the time and date of the error.
Thanks and Regards Michael
- TWiki version: 20011201
- Web server: Apache/1.3.22 (Unix)
- Server OS: Linux? but don't know exactly (Hosted Account)
- Web browser:
- Client OS:
--
MichaelWeisser - 04 Feb 2002
Answer
The TWiki Perl scripts run with the "-T" option which enables the taint mode for security. The problem maybe that you run the script with another uid, gid then nobody. Perl detect this and dont execute the script correct. Try to change the permissions. You can also disable the "-T" option but this maybe an security hole. Hope this helps.
--
MatthiasTeege - 04 Feb 2002
I removed the "-T" switch from every Perl-script and then Twiki is running fine on my hosted account
--
MichaelWeisser - 06 Feb 2002