1、使用cpan安装
#sudo cpan
install Bundle::CPANPLUS
提示一大堆错误,最后不成功。
2、使用源程序编译安装
下载CPANPLUS-0.072.tar.gz之后解压至CPANPLUS-0.072
#cd CPANPLUS-0.072
#sudo ./configure
提示如下
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
上网Google一番得知需安装libc6-dev
#sudo apt-get install libc6-dev
3、再次尝试cpan安装
#sudo cpan
install CPANPLUS
还是不成功,上网Google,得下法
#sudo cpan
install Bundle::CPANPLUS::Dependencies
install Bundle::CPANPLUS
大功告成。
记录于此,方便自己以后安装。
阅读(2186) | 评论(0) | 转发(0) |