我已经尝试通过cpan安装Net::SSLeay来安装Email::Send::SMTP::TLS,但出现以下错误。

cpan[5]> install Net::SSLeay
Running install for module 'Net::SSLeay'
Running make for M/MI/MIKEM/Net-SSLeay-1.49.tar.gz
  Has already been unwrapped into directory /home/ubuntu/.cpan/build/Net-SSLeay-1.49-VDZ57t
Could not make: Unknown error
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible

最佳答案

在ubuntu上,尝试

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

关于perl - 通过cpan安装perl模块Net::SSLeay,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12750662/

10-08 21:10