Re: [Codestriker-user] CodeStriker Configuration Issues with IIS 5.1
Brought to you by:
sits
|
From: Duvuri, H. K. <har...@lo...> - 2011-06-07 13:27:28
|
David, As mentioned below I have replaced the "croak" with "die" and executed but it throws the below error -----------------------ERROR----------------------- It looks like you don't have a C compiler and make utility installed. Trying to install dmake and the MinGW gcc compiler using the Perl Package Manager. This may take a a few minutes... It looks like the installation of dmake and MinGW has failed. You will not be able to run Makefile commands or compile C extension code. Please check your internet connection and your proxy settings! Checking for LWP::UserAgent (any) ok: found v5.835 Checking for CGI (v2.56) ok: found v3.51 Checking for Net::SMTP (any) ok: found v2.31 Checking for MIME::QuotedPrint (v2.14) ok: found v3.13 Checking for DBI (v1.13) ok: found v1.616 Checking for Template (v2.07) not found Checking for HTML::Entities (any) ok: found v3.68 Checking for File::Temp (any) ok: found v0.22 Checking for XML::RSS (v1.05) ok: not found, optional Checking for Encode::Byte (any) ok: found v2.04 Checking for Encode::Unicode (any) ok: found v2.07 Checking for DBD::ODBC (any) ok: found v1.24 Codestriker requires some Perl modules which are either missing from your system, or the version on your system is too old. Missing "Template" Minimum version required: 2.07 These can be installed by doing the following in PPM: C:> ppm C:> ppm PPM> rep add theory http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 PPM> install (package-name) *NOTE* The Template package name may not be "Template" but "Template-Toolkit" when entering the commands above. Go to http://theoryx5.uwinnipeg.ca/ppms if you have any installation problems. Other Win32 ppm repositories are listed there. The ActiveState default repository in PPM has almost all of the packages required. Best Regards, Hari Krishna D -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Tuesday, June 07, 2011 11:11 AM To: Duvuri, Hari Krishna Cc: cod...@li... Subject: Re: [Codestriker-user] CodeStriker Configuration Issues with IIS 5.1 You really need to use Perl 5.8 or 5.10. The Perl people changed the list of default packages installed. You can still use 5.12, but edit the Codestriker.pm file and replace all instances of "croak" with "die". On Tue, Jun 7, 2011 at 1:35 PM, Duvuri, Hari Krishna <har...@lo...> wrote: > David, > > I am getting the following error when i run the "install.pl" file > command prompt. I hope I am still missing some settings > > String found where operator expected at > D:\codestriker/lib/Codestriker.pm line 5 69, near "croak "Failed to > execute $system_line: $!\n"" > (Do you need to predeclare croak?) syntax error at > D:\codestriker/lib/Codestriker.pm line 569, near "croak "Failed to > execute $system_line: $!\n"" > Compilation failed in require at > D:\codestriker/lib/Codestriker/DB/DBI.pm line 1 4. > BEGIN failed--compilation aborted at > D:\codestriker/lib/Codestriker/DB/DBI.pm li ne 14. > Compilation failed in require at > D:\codestriker/lib/Codestriker/Model/User.pm li ne 14. > BEGIN failed--compilation aborted at > D:\codestriker/lib/Codestriker/Model/User.p > m line 14. > Compilation failed in require at D:\codestriker\bin\install.pl line 58. > BEGIN failed--compilation aborted at D:\codestriker\bin\install.pl > line 58. > > Best Regards, > Hari Krishna D > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Tuesday, June 07, 2011 1:02 AM > To: Duvuri, Hari Krishna > Cc: cod...@li... > Subject: Re: [Codestriker-user] CodeStriker Configuration Issues with > IIS 5.1 > >> As specified in section 2.5 I have configured and when I try to >> browse > >> the http://localhost/codestriker/codestriker.pl and it throws and >> error page couldn't be found. I further went and checked in >> "D:\codestriker\bin" but I didn't find the "codestriker.pl" file. > > You need to run the install.pl script which will auto-generate the > codestriker.pl file for you. > > Cheers, > David > > > Think green - keep it on the screen. > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > Think green - keep it on the screen. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. |