18 Dec
2006
18 Dec
'06
10:27 a.m.
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