• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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