Hello,
were You interested how to solve this perl error?
please try to install "perl-IO-Socket-SSL"Can't locate IO/Socket/SSL.pm
on redat CentOS, try to install using this command:
yum install perl-Net-SSLeay perl-IO-Socket-SSL
on debian/ubuntu, try to install using this command:
aptitude install libio-socket-ssl-perl libcrypt-ssleay-perl
hope it helped
Bookmarks