prashantp786j

Active Member
Jan 16, 2009
28
0
51
Hi,

While installing the perl I got the following error..

Can't locate Cpanel/RcsRecord.pm in @INC (@INC contains: /usr/local/cpanel /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
Also for checkperlmodules I am getting

root@host3 [~]# /scripts/checkperlmodules --force
Can't locate Cpanel/PerlModuleChecker.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /scripts/checkperlmodules line 10.
BEGIN failed--compilation aborted at /scripts/checkperlmodules line 10.
root@host3 [~]#
Please assist ..
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Could you let us know which version of cPanel you are using? You can check this with a command such as:

Code:
# cat /usr/local/cpanel/version
Also, please post the output of the following command:

Code:
# ls -al /usr/bin/perl /usr/local/bin/perl
Thank you.
 

prashantp786j

Active Member
Jan 16, 2009
28
0
51
Thanks for response.

Code:
root@server [~]# cat /usr/local/cpanel/version
11.36.1.6
root@server [~]#
Code:
root@server [~]# ls -al /usr/bin/perl /usr/local/bin/perl
/bin/ls: cannot access /usr/local/bin/perl: No such file or directory
-rwxr-xr-x. 2 root root 13200 Apr 30 14:25 /usr/bin/perl*
root@server [~]#
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
You can try forcing an update of cPanel via:

Code:
# /scripts/upcp --force
Beyond that, it may be a better idea to open a support ticket so we can access your server and take a closer look. You can submit a ticket via:

Submit A Ticket

Please post the ticket number here so we can track the issue.

Thank you.
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
scripts/checkperlmodules is not a perl script in 11.36. The fact that you are getting perl errors from it suggests there is something seriously awry with your system. I highly recommend you open a support ticket.

Also, as of cPanel & WHM 11.36, perl 5.14 comes standard with cPanel & WHM. There is no need to run the perl 5.8.8 installer.