glario52 Posted May 23, 2017 Posted May 23, 2017 Hi, this is the first time I write, I hope not to write in the wrong section.My problem is the following:I uploaded a project in PERL - XSLT - XML, but something does not work and I do not understand what, and I do not know how to find out the reason.I have configured .cgi files with shebang line " #!/usr/bin/perl -w " first and " #!/usr/bin/perl " after, and set permissions 0755.Hello World works perfectly.http://www.pandora.heliohost.org/cgi-bin/prova.cgiHowever when I run the project i get 500 error.http://www.pandora.heliohost.org/cgi-bin/home.cgiIs there a way to have more detailed information on what does not work so I can understand where the error is?
Luigi123 Posted May 23, 2017 Posted May 23, 2017 This support request is being escalated to our root admin.
Krydos Posted May 23, 2017 Posted May 23, 2017 Here is the error you're getting on home.cgi Can't locate XML/LibXSLT.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at home.cgi line 4. BEGIN failed--compilation aborted at home.cgi line 4. You can get this error message yourself by going to https://johnny.heliohost.org:2083/frontend/paper_lantern/cron/index.html and creating a cron job with the code /usr/bin/perl /home/glario52/public_html/cgi-bin/home.cgi The output from that command will be emailed to your contact email address that you can specify on that same cpanel page. Be sure to note that you are only allowed to run 2 cron jobs per day.
Recommended Posts