After the last perl issue we hit another one after the cpanel update last night. (C16715)
I did not get a upcp cron email but i saw that it was run.
I did ran it manual upcp and get again perl error.
After the last perl issue we hit another one after the cpanel update last night. (C16715)
I did not get a upcp cron email but i saw that it was run.
I did ran it manual upcp and get again perl error.
Try the below steps:
1. SSH into your server as root.
2. Execute the following commands:
wget http://search.cpan.org/CPAN/authors/...SL-0.04.tar.gz
tar -zxf Net-FTPSSL-0.04.tar.gz
cd Net-FTPSSL-0.04
perl Makefile.PL
make
make install
This will install the required perl module.
The path didn't work, but I found it on CPAN and got it installed. I had the same problem as the OP.
Thank you!