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 -- View this message in context: http://www.nabble.com/Cannot-use-module-tf2838287.html#a7924227 Sent from the Koha - Discuss mailing list archive at Nabble.com.
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
participants (2)
-
arnab -
Henri-Damien LAURENT