More trouble with Koha 3.2.7 Installation ( Can't locate ZOOM.pm in @INC)
Hi again, The last problem seemed to be solved but now when I attempt to run Makefile.PL I get the following message: can't locate ZOOM.pm in @INC (@INC contains: /build/koha-3.2.7 /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /build/koha-3.2.7/C4/Context.pm line 85. BEGIN failed--compilation aborted at /build/koha-3.2.7/C4/Context.pm line 85. Compilation failed in require at /build/koha-3.2.7/C4/Installer.pm line 24. BEGIN failed--compilation aborted at /build/koha-3.2.7/C4/Installer.pm line 24. Compilation failed in require at Makefile.PL line 31. BEGIN failed--compilation aborted at Makefile.PL line 31. root@ubuntu:/build/koha-3.2.7# make make: *** No targets specified and no makefile found. Stop. root@ubuntu:/build/koha-3.2.7# make test make: Nothing to be done for `test'. root@ubuntu:/build/koha-3.2.7# make install What does this mean? And how do I fix it ? I know I have seen this question several times but can't find the solution. Thanks Regards, Leila
On Sat, May 7, 2011 at 6:40 AM, Leila <leilabookworm@gmail.com> wrote:
Hi again, The last problem seemed to be solved but now when I attempt to run Makefile.PL I get the following message:
can't locate ZOOM.pm in @INC (@INC contains: /build/koha-3.2.7 /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /build/koha-3.2.7/C4/Context.pm line 85. BEGIN failed--compilation aborted at /build/koha-3.2.7/C4/Context.pm line 85. Compilation failed in require at /build/koha-3.2.7/C4/Installer.pm line 24. BEGIN failed--compilation aborted at /build/koha-3.2.7/C4/Installer.pm line 24. Compilation failed in require at Makefile.PL line 31. BEGIN failed--compilation aborted at Makefile.PL line 31. root@ubuntu:/build/koha-3.2.7# make make: *** No targets specified and no makefile found. Stop. root@ubuntu:/build/koha-3.2.7# make test make: Nothing to be done for `test'. root@ubuntu:/build/koha-3.2.7# make install
What does this mean? And how do I fix it ? I know I have seen this question several times but can't find the solution.
As Thomas said: Make sure you've followed the instructions in INSTALL.ubuntu Take notes on any warnings/errors you receive. Kind Regards, Chris
participants (2)
-
Chris Nighswonger -
Leila