install perl module Net::SSLeay through cpan

前端 未结 7 1408
野的像风
野的像风 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:40

    On ubuntu, try

    sudo apt-get install libnet-ssleay-perl
    sudo apt-get install libcrypt-ssleay-perl
    

提交回复
热议问题