When I run ./installer.pl -i: I get: MISSING PERL MODULES You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands: perl -MCPAN -e 'install "MARC::File::XML"' perl -MCPAN -e 'install "ZOOM"' perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode generator"' perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' running perl -MCPAN -e 'install "MARC::File::XML"' I get : Failed 4/4 test scripts, 0.00% okay. 29/34 subtests failed, 14.71% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force How do I get it to force install? I tried -f and it would not work. *** WARNING! ZOOM-Perl requires at least version 2.1.45 of YAZ, but is currently you only have version 2.1.8. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install I get the YAZ error but it should be correct
Hi Christopher, See below: ----- "Christopher L Middleman" <cmiddleman@stcames.com> wrote:
When I run ./installer.pl -i: I get: MISSING PERL MODULES
You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands:
perl -MCPAN -e 'install "MARC::File::XML"'
perl -MCPAN -e 'install "ZOOM"'
perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' running perl -MCPAN -e 'install "MARC::File::XML"' I get : Failed 4/4 test scripts, 0.00% okay. 29/34 subtests failed, 14.71% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force How do I get it to force install? I tried -f and it would not work.
*** WARNING! ZOOM-Perl requires at least version 2.1.45 of YAZ, but is currently you only have version 2.1.8. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install I get the YAZ error but it should be correct Looks to me like you need to install the latest version of Yaz, or at least 2.1.45 :-) Give us a shout if that doesn't solve your problem.
Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (2)
-
Christopher L Middleman -
Joshua M. Ferraro