Prajithp / letsencrypt-cpanel

cPanel/WHM plugin for Let's Encrypt client
MIT License
179 stars 61 forks source link

Workaround for perl module Protocol::ACME not installing on CentOS 5 #76

Closed orion3000 closed 11 months ago

orion3000 commented 8 years ago

root@vps [~/letsencrypt-cpanel]# ./install.sh Protocol::ACME is NOT installed Installing Protocol::ACME ..... ..... Testing perl modules we just installed ..... Protocol::ACME is NOT installed ..... There was an error verifying required perl modules are installed. The following perl modules could not be installed: Protocol::ACME You can try installing these modules by running /scripts/perlinstaller for each module name listed above.

root@vps [~/letsencrypt-cpanel]# /scripts/perlinstaller Protocol::ACME

// replace /usr/local/lib/perl5/site_perl/5.8.8/Protocol with your proper path to installed perl module on your system root@vps [~/letsencrypt-cpanel]# ln -s /usr/local/lib/perl5/site_perl/5.8.8/Protocol /usr/local/cpanel/base/3rdparty/letsencrypt-cpanel-ui/lib/perl5/Protocol

root@vps [~/letsencrypt-cpanel]# ./install.sh . . . Rebuild Complete letsencrypt-cpanel-ui registered Successfully installed letsencrypt manager