This question about Installation of Foswiki: Answered
Hello Guys,
I am new to this platform and i am trying to install foswiki on windows 7. I got these errors which i really can't understand. I posted the problem from cmd. please if anybody knows the solution then guide me. I just need some simple explanation for resolving this problem.
Thanks
C:\inetpub\wwwroot\foswiki\bin>perl ..\tools\rewriteshebang.pl
Content-type: text/plain
**** ERROR ****The following critical dependencies are missing from your installation: ... CGI::Session: Can't locate CGI/Session.pm in @INC ... Crypt::PasswdMD5: Can't locate Crypt/PasswdMD5.pm in @INC ... Error: Can't locate Error.pm in @INC
Please install these modules and then ensure all dependencies are installed by either: - viewing the PerlDependencyReport in your local Foswki, or - running the CLI shell script tools/dependencies from your server's command line.You can get a complete list of Perl module dependencies by viewing System.SystemRequirementson your local system or at http://foswiki.org/System/SystemRequirements.
Foswiki will not operate correctly unless the required dependencies are installed.
Your current library search path @INC contains:
C:/inetpub/wwwroot/foswiki/lib C:/inetpub/wwwroot/foswiki/tools/../bin C:/Perl64/site/lib C:/Perl64/lib . C:/inetpub/wwwroot/foswiki/lib/CPAN/lib
You can adjust the search path by editing bin/LocalLib.cfg
--
AbdulWahab - 24 Jan 2017 %
No real mysteries here: you are lacking some perl modules that are required by Foswiki (specifically
CGI::Session
,
Crypt::PasswdMD5
, and
Error
, but I suspect there will be others). I don't personally have any experience with installing Foswiki directly on Windows although I know that there are people who do it successfully. I suspect that one of the challenges is getting these required perl modules. Take a look at some of the topics related to installing Foswiki on windows:
InstallingOnSpecificPlatforms#Windows
You might also consider just installing Foswiki with
VirtualMachineImages. I suspect it would be much simpler to set-up and maintain then installing directly within Windows.
--
Main.LynnwoodBrown - 24 Jan 2017
SystemRequirements has a complete list of the modules required by Foswiki. We don't cover Windows directly, but the last section - click the "Show CPAN Details" is the list of modules you'll need to install on windows. How to do that depends on whether you are using
ActiveState perl or Strawberry perl.
Generally if you can find a way, we recommend using Linux for the server. Less wrinkles. And yes, the Virtual Machine is a really good idea.
--
GeorgeClark - 24 Jan 2017