If you get the following error while performing easyapache:
Can’t locate Curses.pm in @INC (@INC contains: /scripts/../lib /var/cpanel/easy/apache/custom_opt_mods /usr/local/cpanel /var/cpanel/perl/easy /scripts /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 /usr/local/lib/perl5/site_perl/5.8.8/Curses/UI/Common.pm line 20. BEGIN failed–compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/Curses/UI/Common.pm line 20. Compilation failed in require at (eval 2509) line 3. …propagated at /usr/local/lib/perl5/5.8.8/base.pm line 85. BEGIN failed–compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/Curses/UI.pm line 2. Compilation failed in require at /var/cpanel/perl/easy/Cpanel/Easy/Apache/UI/CLI/Config.pm line 5. BEGIN failed–compilation aborted at /var/cpanel/perl/easy/Cpanel/Easy/Apache/UI/CLI/Config.pm line 5. Compilation failed in require at /var/cpanel/perl/easy/Cpanel/Easy/Apache/UI/CLI.pm line 404.
then execute the following command from shell prompt.
/scripts/realperlinstaller –force Curses::UI
Now you can perform easyapache without any issue.
OR
!! The perl module ‘Acme::Spork’ (v0.0.7) is too old to use. It must be at least version ‘0.0.8?.
!! To install it execute this command as root ‘/scripts/perlinstaller Acme::Spork’ !!
Then fire ::
# /scripts/perlinstaller –force Acme::Spork
No comments:
Post a Comment