MARC::File::XML Error during Koha Installation
Hello Everyone.... I am getting one error during Koha Installation so can you help me please ?? ... What i did is as follow: Firstly i install OpenSUSE 11.4 and then install findutils-locate,ncftp,nmake,gcc using yast. Then install Koha version 3.00.00 under /root After that set locale for root user as we want to have en_US.UTF-8. then i create one new file /etc/apache2/httpd.conf.local and add one line i.e AddDefaultCharset UTF-8 After this i create one Database named as koha(using mysql)and grant all privileges to user kohaadmin. Then Add following 3 lines in [mysqld] section of my.cnf file defaul-character-set = utf8 character-set-server = utf8 skip-character-set-client-handshake and restart mysql service. After this i install perl-XML-SAX and perl-XML-libXML using yast and write [XML::LibXML::SAX::Parser] in ParserDeatils.ini file. Then run perl MAkefile.PL After running Makefile.PL I installed the following packages using Yast Package Manager yast -i perl-YAML-Syck perl-Class-Accessor perl-DBD-mysql perl-Date-Manip gd gd-devel xorg-x11-libXpm-devel libjpeg-devel fontconfig-devel libpng-devel perl-List-MoreUtils perl-MIME-Lite perl-Mail-Sendmail libyaz libyaz-devel yaz perl-XML-Dumper perl-XML-LibXSLT perl-CGI-Session After this i install cpan packages which are as follows: [root@localhost]# cpan cpan[]> install Algorithm::CheckDigits Biblio::EndnoteStyle CGI::Session::Serialize::yaml Class::FactoryUtil Data::ICal Date::Calc Date::ICAl Email::Date GD::Barcode::UPCE HTML::Scrubber HTML::Template::Pro Lingua::Stems List::MoreUtils MARC::Record MARC::CrossWalk::DublinCore MARC::Charset MARC::File::XML Now when we try to install MARC::File::XML then it shows /usr/bin/make -- OK But When it runs make test then it gives /usr/bin/make test -- Not OK and shows the following Error no mapping found for [0x38] at position 0 in 891207s19xx xxu 00010 eng d g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x49] at position 0 in IMchF g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x41] at position 0 in All about whales. g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x48] at position 0 in Holiday, g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x31] at position 0 in 1987. g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x5B] at position 0 in [ ] p. g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x41] at position 0 in ALL g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x32] at position 0 in 20571 g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x52] at position 0 in R g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. no mapping found for [0x41] at position 0 in ALL g0=ASCII_DEFAULT g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210. # Looks like you failed 2 tests of 8. t/encode.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests t/error-handling.t .. # found MARCXML element datafield, but the <record> wrapper is missing at /root/.cpan/build/MARC- XML-0.93-0sFojc/blib/lib/MARC/File/XML.pm line 452 -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-File-XML-Error-during-Koha-Installati... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (1)
-
aman_m03