LWP::Protocol::https not installed

来源:互联网 发布:洛丽塔的经典语录知乎 编辑:程序博客网 时间:2024/04/28 16:51

在进行 perl 验证时,出现如下问题:

501 Protocol scheme ‘https’ is not supported (LWP::Protocol::https not installed) at

则安装如下包包即可:

sudo apt-get install libcrypt-ssleay-perl libssl-dev liblwp-protocol-https-perl

0 0
原创粉丝点击