【发布时间】:2015-11-15 23:06:15
【问题描述】:
我正在尝试像这样从 cpanm 安装 PAR:cpanm App::Packer::PAR,但它给了我这个错误:
skipping R/RJ/RJBS/perl-5.22.0.tar.bz2
! Installing the dependencies failed: Module ExtUtils::Embed is not installed
! Bailing out the installation for PAR-Packer-1.026.
即使 cpanm 应该自动安装依赖项,我尝试手动安装它:cpanm ExtUtils::Embed,但只得到相同的错误:skipping R/RJ/RJBS/perl-5.22.0.tar.bz2
关于为什么会失败以及如何使其发挥作用的任何想法?
【问题讨论】:
标签: perl module cpan par cpanm