当我尝试在ubuntu 12.04中使用cpan安装Spreadsheet :: WriteExcel perl模块时,我收到以下错误.
> Can't exec "/usr/bin/make": No such file or directory at
> /usr/share/perl/5.14/CPAN/Distribution.pm line 2078.
> JMCNAMARA/OLE-Storage_Lite-0.19.tar.gz /usr/bin/make -- NOT OK
> 'YAML' not installed, will not store persistent state Running make
> test Can't test without successful make Running make install Make
> had returned bad status, install seems impossible Running make for
> J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.40.tar.gz Has already been
> unwrapped into directory
> /root/.cpan/build/Spreadsheet-WriteExcel-2.40-gJaT_A
>
> CPAN.pm: Going to build
> J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.40.tar.gz
>
> Warning: Prerequisite 'OLE::Storage_Lite => 0.19' for
> 'JMCNAMARA/Spreadsheet-WriteExcel-2.40.tar.gz' failed when processing
> 'JMCNAMARA/OLE-Storage_Lite-0.19.tar. 'make => NO'. Continuing, but
> chances to succeed are limited. Can't exec "/usr/bin/make": No such
> file or directory at /usr/share/perl/5.14/CPAN/Distribution.pm line
> 2078. JMCNAMARA/Spreadsheet-WriteExcel-2.40.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems
> impossible Failed during this command:
> JMCNAMARA/OLE-Storage_Lite-0.19.tar.gz : make NO
> JMCNAMARA/Spreadsheet-WriteExcel-2.40.tar.gz : make NO
Run Code Online (Sandbox Code Playgroud)
我也尝试了以下更改.它没用.
o conf make /usr/bin/make
o conf commit
Run Code Online (Sandbox Code Playgroud)
然后我尝试安装OLE-Storage_Lite,我得到了同样的错误.
Que*_*tin 22
查看错误消息:
Can't exec "/usr/bin/make": No such file or directory at /usr/share/perl/5.14/CPAN/Distribution.pm line 2078.
Run Code Online (Sandbox Code Playgroud)
make不见了.因此:安装make.
apt-get install build-essential
Run Code Online (Sandbox Code Playgroud)
将为您提供编译软件所需的大部分内容.
我也尝试了以下更改
那些告诉CPAN它可以找到make /usr/bin/make,错误信息已经告诉你它在那里不存在.