Pavel, >From the error message it appears as if you are missing a Perl dependency (IO::Compress::Zip). I suspect that the version of Perl that you have installed may not include this module by default but I wasn't able to check. You can try installing the module yourself, there are some good instructions at ActiveState on how to do this:
http://www.activestate.com/blog/2010/10/how-install-cpan-modules-activeperl Please let us know if this works or if you have any additional questions. -Joe On Tue, Feb 12, 2013 at 3:24 AM, Pavel <[email protected]> wrote: > Dear All, > > I would like to ask you for your help. I installed TPP v4.6.1 (windows > version) with Apache (port 8080), everything seems to be OK - when I > try localhost:8080 I can see "It works". However, it is not possible > to run TPP, I can see only the "Internal server error" page. I think > the problem is in Perl according to the Apache error log: > > [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] Premature end of > script headers: tpp_gui.pl > [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] Can't locate IO/ > Compress/Zip.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/ > lib .) at C:\\Inetpub\\tpp-bin\\tpp_gui.pl line 16. > [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] BEGIN failed-- > compilation aborted at C:\\Inetpub\\tpp-bin\\tpp_gui.pl line 16. > > I spent a couple of days searching this group for a solution but I > have no clue what to do... I guess Perl (5.8.8 b820) is the problem, I > did not try to re-install(?) it yet as I run Mascot on this PC and do > not want to disrupt it (I am not into IT :) > > Any help would be appreciated. > Thank you > Pavel > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spctools-discuss?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
