Installation was successful and went well in my droplet (using DigitalOcean) but when I view the page that requires XML::Parser I still got this error message:
Internal Server Error
XML::Parser Perl module is not installed
if I run dpkg -l | grep libxml-parser-perl
I got this:
ii libxml-parser-perl 2.44-2+b1 amd64
Perl module for parsing XML files
which I believed its already installed.
What seems the problem here? Please help. Thanks!