PDA

View Full Version : How to fix perl error: Can't locate IO/Socket/SSL.pm



Fli
07-03-2015, 05:15 PM
Hello,

were You interested how to solve this perl error?


Can't locate IO/Socket/SSL.pm

please try to install "perl-IO-Socket-SSL"

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