install perl module Net::SSLeay through cpan

前端 未结 7 1508
野的像风
野的像风 2021-02-04 13:29

I have tried to install Net::SSLeay though cpan to install Email::Send::SMTP::TLS but I am getting the following error.

cpan[5]> install Net::SSLeay
Running i         


        
7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 13:37

    Try to install both dependencies listed below. It should solve the issue that you have.

    sudo apt-get install libnet-ssleay-perl
    sudo apt-get install libio-socket-ssl-perl
    

提交回复
热议问题