Hello Adam,
Can you check if perl is properly setup on the machine? I've seen this happen when perl is loading the wrong binary:
Code:
ls -lah /usr/bin/perl /usr/local/bin/perl
You should see this if it is setup right:
Code:
root@vps [~]# ls -lah /usr/bin/perl /usr/local/bin/perl
lrwxrwxrwx 1 root root 17 Dec 25 2009 /usr/bin/perl -> /usr/local/bin/perl*
-rwxr-xr-x 2 root root 13K Dec 25 2009 /usr/local/bin/perl*
Here /usr/bin/perl is symlinked to /usr/local/bin/perl which is the right setup for cPanel machines.