Installation Document
Hi, I am new to Koha, i have downloaded koha-3.02.02.tar.gz and stat my installation but i get is error. # Perl Makefile.PL Can't locate ZOOM.pm in @INC (@INC contains: /usr/local/koha /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/local/koha/C4/Context.pm line 85. BEGIN failed--compilation aborted at /usr/local/koha/C4/Context.pm line 85. Compilation failed in require at /usr/local/koha/C4/Installer.pm line 24. BEGIN failed--compilation aborted at /usr/local/koha/C4/Installer.pm line 24. Compilation failed in require at Makefile.PL line 31. BEGIN failed--compilation aborted at Makefile.PL line 31. How can i resolve this error . please any one help me. -- Thanks with Regards, N.Baskar Disclaimer:- This e-mail transmission may contain proprietary,confidential or legally privileged information (including encrypted Individually Identifiable Health Information) that is intended only for the individual(s) or entity(ies) named in the email address. If you are not the intended recipient please notify the sender and destroy this email and any attachments immediately. Any unauthorized use or distribution of this message in whole or in part is strictly prohibited. Eco friendly practice - THINK BEFORE YOU PRINT: before printing this email think whether it is really necessary. GreenTree (Reduce. Reuse. Recycle.)
Hi Baskar On 5 February 2011 07:40, Baskar <baskar.nandhakumar@ajubanet.net> wrote:
Hi,
I am new to Koha, i have downloaded koha-3.02.02.tar.gz and stat my installation but i get is error.
First of all , you should grab the latest stable which is 3.2.3. http://koha-community.org/2101koha-3-2-3/ (all the websites ending with .koha-community.org are the official sites of the Koha project)
# Perl Makefile.PL Can't locate ZOOM.pm in @INC (@INC contains: /usr/local/koha /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl
You are missing a perl module,and chances are you are missing at lot more. What version of linux are you installing on? You should read the appropriate INSTALL file, eg INSTALL.debian or INSTALL.ubuntu etc. If you follow the instructions there you will be much more successful. Chris
participants (2)
-
Baskar -
Chris Cormack