我在Ubuntu机器上使用Perlv5.18.2。现在我想使用cpan安装URI::Escape模块。
它抛出以下错误消息:
Can't exec "make": No such file or directory at
/usr/share/perl/5.18/CPAN/Distribution.pm line 2084.我正在使用sudo权限运行cpan。
发布于 2016-03-03 20:45:37
那么问题出在哪里呢?
make已安装,但未安装found.make,并且您需要帮助来安装未安装的it.make,并且您认为不应该使用它。如果是第二种情况,您可以使用
sudo apt-get install make您可能还需要以下内容:
sudo apt-get install gcchttps://stackoverflow.com/questions/35769550
复制相似问题