[Koha] Cannot use module

Henri-Damien LAURENT laurenthdl at alinto.com
Mon Dec 18 22:27:44 NZDT 2006


arnab a écrit :
> Dear All,
>
> I've installed Koha 2.2.7 successfully. But when I'm accessing the intranet
> or the opac modules it is giving the eroor 500. The main reason is that it
> cannot use the following module in the file Biblio.pm line no 1038. 
> use MARC::File::XML;
>
> Could any one suggest how perl can use this module?
>
> Regards
> Arnab
>   
You need to download and install MARC::File::XML from marc.pm
(http://marcpm.sourceforge.net/)
use cvs version.
And install using privileged user via
perl Makefile.pl
make; make install; make test


Hope that helps.
-- 
Henri-Damien LAURENT


More information about the Koha mailing list