imapsync on Centos 6.6 with cpanel
Hi,
I am trying to install imapsync on cpanel server using the following procedure
Commands to type:
wget
* epel: ftp.osuosl.org
* extras: mirror.nexcess.net
* updates: mirrors.gigenet.com
*No package perl-Mail-IMAPClient available.*
After searching i have found that perl* is excluded in yum configuration and also read somewere that remove exclusion will cause cpanel stop working to due change in paths of perl, so i would like to know how can get through it and get imapsync working on my VPS without disturbing cpanel configuration.
I have done git clone of imapsync in following folder and tried below command it is giving error due to some perl modules are unable to locate
root@vps [~/public_html/imap/imapsync]# make install
perl -c imapsync || { echo; echo "Read the INSTALL file to solve Perl module dependencies!"; exit 1; }
Can't locate IO/Tee.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/x86_64-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at imapsync line 595.
BEGIN failed--compilation aborted at imapsync line 595.
Read the INSTALL file to solve Perl module dependencies!
make: *** [testp] Error 1
Steps to reproduce:
git clone
Please sign in to leave a comment.
Comments
0 comments