• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

psadump.log error

B

BoXie

Guest
Allthough the Plesk mails do not show any errors .. my psadump / restore logs DO show some :

How can i solve this problem with the missing Perl module ? Its not on my system.

Code:
May 18 03:15:04 srv01.mycompany.nl psadump: Can't locate XML/Parser/Style/Dom.pm in @INC (@INC contains: /usr/local/psa/lib/perl5 . /usr/local/psa/lib/perl5/5.8.3 /usr/local/psa/lib/perl5/5.8.3/i386-linux-thread-multi /usr/local/psa/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/local/psa/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/XML/Parser.pm line 55.
 
You need to install the XML::DOM Perl module.

YOu can do this by going into CPAN 'perl -e shell -MCPAN' , you may need to walk through a configuration at this point.

WHen it's done, it may tell you to do a 'install Bundle::CPAN', do that. When that's finished, do 'install XML::DOM'

Let it finish, then just quit out of CPAN via 'quit' (maybe it's 'exit' i forget off the top of my head'.
 
It's Fedora .... aren't there RPM's for that one ?

The strange thing is that there IS a Dom.pm file in my Perl archive ... but it is located at a parent directory. Very strange.
 
If it's not in your Perl search path, it might as well not be there.
 
Back
Top