CODE
cpan File::Copy::Recursive
Ooops, no success... Well, lets try CODE
/usr/local/cpanel/bin/checkperlmodules
Oops, no success again. Well. we have the forum. According to http://forums.theplanet.com/index.php?showtopic=87446 there is a problem with cPanel and according to email from big cPanel guy we can confirm it by CODE
perl -c /scripts/wwwacct
. Cool I have confirmation: CODE
root@web1 [~]# perl -c /scripts/wwwacct
Can't locate Whostmgr/Accounts/Create.pm in @INC (@INC contains: /usr/local/cpanel /scripts /usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4 /usr/lib/perl5/site_perl/5.8.4/i686-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /scripts/wwwacct line 10.
BEGIN failed--compilation aborted at /scripts/wwwacct line 10.
Can't locate Whostmgr/Accounts/Create.pm in @INC (@INC contains: /usr/local/cpanel /scripts /usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4 /usr/lib/perl5/site_perl/5.8.4/i686-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /scripts/wwwacct line 10.
BEGIN failed--compilation aborted at /scripts/wwwacct line 10.
According to http://forums.theplanet.com/index.php?showtopic=87446 we have two ways - stay with cPanel 10 or worh with cPanel 11. Ok, I wanna stay with cPanel 10 and I have to execute the following commands:
CODE
/usr/local/cpanel/bin/checkperlmodules
/scripts/upcp -force
/scripts/upcp -force
After /scripts/upcp -force I got this:
CODE
BEGIN failed--compilation aborted at /scripts/cPScript/SafeDir.pm line 166.
Compilation failed in require at /scripts/cPScript/cPanelFunctions.pm line 20.
BEGIN failed--compilation aborted at /scripts/cPScript/cPanelFunctions.pm line 20.
Compilation failed in require at /scripts/cPpkgversions.pm line 13.
BEGIN failed--compilation aborted at /scripts/cPpkgversions.pm line 13.
Compilation failed in require at /scripts/cPScript/cPanelFunctions.pm line 20.
BEGIN failed--compilation aborted at /scripts/cPScript/cPanelFunctions.pm line 20.
Compilation failed in require at /scripts/cPpkgversions.pm line 13.
BEGIN failed--compilation aborted at /scripts/cPpkgversions.pm line 13.
So, no success again. Only after installing a new perl 5.8.8 http://layer2.cpanel.net/perl588installer.tar.gz I was able to execute /scripts/upcp -force without any errors. Hope it'll help you.