Question
I have a TWiki setup running for month. I recently changed it location at the same provider with the same URL from one size to another. It recently gave me three time with two different users the message:
Can't locate POSIX.pm in @INC
(@INC contains: ../lib . /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005) at ../lib/TWiki.pm line 425.
The URL of the wiki is
http://www.publicooperation.com/cgi-bin/view
Environment
--
FrancoisGranger - 06 Oct 2004
Answer
It looks like you have a relative path specified in
twiki/bin/setlib.cfg. Make this absolute and you should be fine. If TWiki or a Plugin changes the current directory you get errors like this.
--
PeterThoeny - 07 Oct 2004
>
Thanks, I should have guessed it. -- FrancoisGranger - 21 Oct 2004