Hello,
I'm running an almost new installation of Arch on a Linode 512.
I have Nginx configured to serve PHP as per the instructions in the LEMP section of the library. However, I am also trying to get Perl to work but am having some problems.
As there is no guide for configuring Perl with FastCGI on Arch, I tried to adapt one of the guides for a different OS. However, when I run
Code:
/usr/bin/fastcgi-wrapper.pl
I get the following error:
Code:
Illegal declaration of subroutine main::__INT16_C at /usr/lib/perl5/site_perl/_h2ph_pre.ph line 160.
Compilation failed in require at /usr/lib/perl5/site_perl/syscall.ph line 1.
Compilation failed in require at /usr/bin/fastcgi-wrapper.pl line 7.
Could anyone shed any light on the problem?
Thanks.