XML::SAX::PurePerl

Hello,

small issue after upgrade to 4.84, I got this error:
ERROR: Perl module has not been found: XML::Simple
ERROR: Perl module has not been found: XML::SAX::PurePerl

Install all missing Perl modules and do this test again, check http://www.lpar2rrd.com/install.htm:
Usage: . etc/lpar2rrd.cfg; $PERL bin/perl_modules_check.pl $PERL
So I see there are new dependencies, so I installed packages that seemed to be missing based on your list of rpms, currently I have following packages installed:
rpm -qa | grep perl
perl-XML-SAX-0.99-1
rrdtool-perl-1.4.8-2
perl-TimeDate-1.20-1
perl-5.8.8-2
perl-XML-Simple-2.18-1
perl-XML-SAX-Base-1.08-1
perl-XML-Parser-2.41-1
perl-XML-LibXML-2.0012-1
perl-URI-1.58-1
But I still get

ERROR: Perl module has not been found: XML::SAX::PurePerl

What am I missing?

Thanks

Comments

  • It is strange, nothing new has been introduced here, both Perl modules are required for a long time. I have just test it on AIX/Linux and it seems to working fine.
    Your env looks good. Is all working fine? Can you do for example CSV export from historical reports? (there is used XML support)

  • Our installation can be about 1 year old, so you might had introduced new dependencies in the meantime. CSV does not work neither:
    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
    
    More information about this error may be available in the server error log.
    I would say everything else works well...
  • I see I have to review all dependencies, just by chance I found we dont have libcroco-0.6.5-1.aix5.1.ppc.rpm installed and I presume this is not last missing package...
  • Fixed. I installed about 3 rpms from your bundle and now export to csv works and '. etc/lpar2rrd.cfg; $PERL bin/perl_modules_check.pl $PERL' returns nothing

  • great, thanks for confirmation
Sign In or Register to comment.