[Koha] make test failed due to "C4::BackgroundJob"

Chris Cormack chris at bigballofwax.co.nz
Wed Feb 2 10:02:17 NZDT 2011


On 2 February 2011 09:15, sheldon_tappin <thecarterii at hotmail.com> wrote:
>
> Hi All,
>
>    I'm currently installing koha 3.2.3 along the way i encountered an error
> whilst running "make test"
> The result after running make test was:
>
> PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl
> "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/PERL_MODULE_DIR',
> 'blib/arch')" t/*.t
> t/00-deprecated.....................ok
> t/00-load...........................NOK 1/0
> #   Failed test 'use C4::BackgroundJob;'
> #   at t/00-load.t line 21.
> #     Tried to use 'C4::BackgroundJob'.
> #     Error:  Can't locate MARC/File/XML.pm in @INC (@INC contains:

This  line provides your answer

You are missing a perl module MARC::File::XML

Chris


More information about the Koha mailing list