Error message: Can't locate XML/Twig.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/loc al/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/li b64/perl5 /usr/share/perl5 .) at sign.pl line 12. BEGIN failed--compilation aborted at sign.pl line 12.
            Asked
            
        
        
            Active
            
        
            Viewed 2,880 times
        
    2 Answers
2
            
            
        The error is due to a missing Perl module.
See this answer: What's the easiest way to install a missing Perl module?
0
            
            
        If you have SELinux running you may have to restore the security contexts for the web folder. For instance:
restorecon -Rv /var/www/html
 
    
    
        gdonarum
        
- 11
- 2
 
     
    