Can’t locate extUtils/makemaker.pm
错误描述
BEGIN failed--compilation aborted at Makefile.PL line 24.
make[1]: *** [PerlMagick/Makefile] Error 2
make[1]: Leaving directory `/root/ImageMagick-6.4.9-10'
make: *** [all] Error 2
在安装ImageMagick出现这个错误!可能是没安装perl-CPAN
运行:
yum -y install perl-CPAN
这个命令之后再重新编译一下试试看!
我的环境是centos6
BEGIN failed--compilation aborted at Makefile.PL line 24.
make[1]: *** [PerlMagick/Makefile] Error 2
make[1]: Leaving directory `/root/ImageMagick-6.4.9-10'
make: *** [all] Error 2
在安装ImageMagick出现这个错误!可能是没安装perl-CPAN
运行:
yum -y install perl-CPAN
这个命令之后再重新编译一下试试看!
我的环境是centos6