letsencrypt-cpanel icon indicating copy to clipboard operation
letsencrypt-cpanel copied to clipboard

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

Open orion3000 opened this issue 9 years ago • 0 comments
trafficstars

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 <module_name> 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

orion3000 avatar Jul 26 '16 21:07 orion3000