Error in installing KOHA3 on FC6
Hello List, I have installed successfully koha3 on fc6 with great difficulty, but not able to run koha through browser.it shows a blank page. When I run this through command mode (perl /usr/share/koha/opac/cgi-bin/opac/opac-main.pl), it shows the fallowing error. --------------------------------------- Can't locate C4/Auth.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. ---------------------------------------- any help is highly appriciated . -- Shri Ram Pandey Information and Knowledge Management Trainee NCSI,Indian Institute Of Science,Bangalore
Hi, On Tue, Jul 8, 2008 at 11:27 PM, shriram pandey <ram.mlib@gmail.com> wrote:
Hello List, I have installed successfully koha3 on fc6 with great difficulty, but not able to run koha through browser.it shows a blank page. When I run this through command mode (perl /usr/share/koha/opac/cgi-bin/opac/opac-main.pl), it shows the fallowing error. --------------------------------------- Can't locate C4/Auth.pm in @INC (@INC contains:
The @INC does not include any likely locations where the C4 modules would have been installed. Check your Apache configuration - there should be a SetEnv directive setting PERL5LIB to wherever the C4 module directory was installed. If SetEnv is present, make sure that the mod_env Apache module is active. Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
participants (2)
-
Galen Charlton -
shriram pandey