Hi, I have just installed koha-1.3.2 on linux. Installation seems to have gone OK. When I tried to get into either intranet by using user name and password, it throws the followng error messages: At the koha-error file : [Wed Dec 18 16:12:36 2002] [error] [client 202.41.95.154] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/admin/aqbookfund.pl Can't locate HTML/Template.pm in @INC (@INC contains: /usr/local/koha/intranet/modules /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /usr/local/koha/intranet/cgi-bin/mainpage.pl line 2. BEGIN failed--compilation aborted at /usr/local/koha/intranet/cgi-bin/mainpage.pl line 2. At the browser end: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@ and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Can any one help me out how to set this right?. Thanks in advance, Paul Pandian ======================================================================== LIBRARY | The Institute of Mathematical Sciences | 4th Cross Road | Cable: MATSCIENCE Central Institutes of Technology Campus| Phone: +91-44-254 1856 Tharamani | Fax: +91-44-254 1586 CHENNAI (Madras) | E-mail: library@imsc.ernet.in TAMILNADU - 600 113, INDIA | URL: http://www.imsc.ernet.in =========================================================================
Hi The relevant error line seems to be this:
Can't locate HTML/Template.pm in @INC (@INC contains:
ie. koha can't find the required HTML::Template Perl module. You will need to install the HTML::Template package. The following may work on your system if CPAN is installed: perl -eshell -MCPAN cpan> install HTML::Template Regards, Tony McCrae Katipo Communications.
[Wed Dec 18 16:12:36 2002] [error] [client 202.41.95.154] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/admin/aqbookfund.pl Can't locate HTML/Template.pm in @INC (@INC contains: /usr/local/koha/intranet/modules /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /usr/local/koha/intranet/cgi-bin/mainpage.pl line 2. BEGIN failed--compilation aborted at /usr/local/koha/intranet/cgi-bin/mainpage.pl line 2.
At the browser end:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Can any one help me out how to set this right?.
Thanks in advance,
Paul Pandian
participants (2)
-
IMSc Library -
Tony McCrae