簡體   English   中英

從我的網站使用cpanel安裝perl模塊時出錯

[英]error getting while installing perl modules using cpanel from my web site

最近我購買了一個新站點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。)在/home/guolaujk/perl/usr/local/Net/OpenID/Common.pm第39行。

但實際上我將此模塊包含在/ home / guolaujk / perl / usr / local目錄中。

請為此提供任何解決方案。

一些perl模塊具有需要編譯的高級功能。

對我來說,這看起來像是問題-

正在檢查C編譯器。...無法找到可執行的“ cc”二進制文件。...完成

c編譯器未安裝,或者其位置不在Path中, 或者僅限於特權用戶

有關此信息,請參見CPanel編譯器訪問指南-

http://docs.cpanel.net/twiki/bin/view/11_30/WHMDocs/DisableCompilers

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM