最近我已经购买了一个新的网站www.infibox.in实际上我正在尝试从我的cpanel安装perl模块但是我收到以下错误
Testing connection speed...(using fast method)....Done
Ping:0 (ticks) Testing connection speed to perlmirror.indialinks.com using pureperl...(cached .. 58600.00 bytes/s)...Done
Ping:5 (ticks) Testing connection speed to cpan.mirror.choon.net using pureperl...(cached .. 9233.33 bytes/s)...Done
Ping:7 (ticks) Testing connection speed to cpan.biz.net.id using pureperl...(cached .. 7587.50 bytes/s)...Done
Ping:6 (ticks) Testing connection speed to cpan.cermin.lipi.go.id using pureperl...(cached .. 7387.50 bytes/s)...Done
Ping:8 (ticks) Testing connection speed to ftp.cuhk.edu.hk using pureperl...(cached .. 6377.78 bytes/s)...Done
Five usable mirrors located
Ping:23 (ticks) Testing connection speed to 208.74.125.42 using pureperl...(using cached speed)...Done
Ping:21 (ticks) Testing connection speed to 66.23.237.210 using pureperl...(using cached speed)...Done
Ping:24 (ticks) Testing connection speed to 69.72.212.10 using pureperl...(using cached speed)...Done
Three usable fallback mirrors located
Mirror Check passed for perlmirror.indialinks.com (/index.html)
Checking C compiler....Could not locate an executable "cc" binary....Done
** Unrecoverable Error **
The C compiler is not functional and auto repair failed.
Perl module installs require a working C compiler.
Please repair the C compiler and try again.
**************************
但我尝试将模块上传到我的目录/ home / guolaujk / perl / usr / local
但我无法执行系统模块并收到以下错误
无法在@INC中找到模块Crypt :: DH :: GMP的可加载对象(@INC包含:/ home / guolaujk / perl / usr / local /usr/local/lib/perl5/5.8.8/i686 -linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 / usr / local / lib / perl5 / site_perl。)at /home/guolaujk/perl/usr/local/Net/OpenID/Common.pm第39行。
但实际上我在/ home / guolaujk / perl / usr / local目录中包含了这个模块。
请提供任何解决方案..
答案 0 :(得分:0)
某些perl模块具有需要编译的高级功能。
对我而言,这看起来像是问题 -
检查C编译器....找不到可执行的“cc”二进制文件....完成
未安装c编译器,或者它的位置不在路径中,或仅限于有吸引力的用户。
请参阅CPanel编译器访问指南 -
http://docs.cpanel.net/twiki/bin/view/11_30/WHMDocs/DisableCompilers