install perl module Net::SSLeay through cpan

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

    Try running through the process on your own manually. From the CPAN prompt:

    1. type look Net::SSLeay to go into a shell in the unpacked directory
    2. perl Makefile.PL
    3. make
    4. make test
    5. make install

    If there is a "README" or "INSTALL" file, try reading those too. If you come across any errors, you can append your question and maybe someone can help.

提交回复
热议问题